Color Hex Logo

#ddeccf Color Hex

#DDECCF
(221,236,207)
0 Favorites   0 Comments

Color spaces of #ddeccf

RGB 221236207
HSL0.250.430.87
HSV91°12°93°
CMYK 0.060.000.12   0.07
XYZ71.076779.868170.7014
Yxy79.86810.32070.3603
Hunter Lab89.3690-14.431515.6529
CIE-Lab91.6256-10.066912.3729

#ddeccf color RGB value is (221,236,207).

#ddeccf hex color red value is 221, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ddeccf hue: 0.25 , saturation: 0.43 and the lightness value of ddeccf is 0.87.

The process color (four color CMYK) of #ddeccf color hex is 0.06, 0.00, 0.12, 0.07. Web safe color of #ddeccf is #ccffcc. Color #ddeccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11001111
Octal 335 354 317
Decimal 221 236 207
Hex DD EC CF

RGB Percentages of Color #ddeccf

%33.28
%35.54
%31.17

CMYK Percentages of Color #ddeccf

%6
%0
%12
%7

Triadic Colors of #ddeccf

#ddeccf #cfddec #eccfdd

Analogous Colors of #ddeccf

#ddeccf #cfecd0 #ececcf

Monochromatic Colors of #ddeccf

#ddeccf

Complementary Color

#ddeccf #decfec

#ddeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeccf Color CSS Codes

.mybgcolor {background-color:#ddeccf; } 
.myforecolor {color:#ddeccf; }
.mybordercolor {border:3px solid #ddeccf; }

#ddeccf Text Font Color

<p style="color:#ddeccf">Text here</p>

This sample text font color is #ddeccf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddeccf Background Color

<div style="background-color:#ddeccf">
Div content here</div>

This div background color is #ddeccf


#ddeccf Border Color

<div style="border:3px solid #ddeccf">
Div here</div>

This div border color is #ddeccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,236,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddeccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddeccf;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeccf;
  box-shadow:         1px 1px 3px 2px #ddeccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,236,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddeccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddeccf;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeccf;
  box-shadow:         1px 1px 3px 2px #ddeccf;">
Div content here</div>

This div box has shadow with color #ddeccf


Comments

No comments written yet.

Please login to write comment.