Color Hex Logo

#ddedcf Color Hex

#DDEDCF
(221,237,207)
0 Favorites   0 Comments

Color spaces of #ddedcf

RGB 221237207
HSL0.260.450.87
HSV92°13°93°
CMYK 0.070.000.13   0.07
XYZ71.365580.445570.7977
Yxy80.44550.32060.3614
Hunter Lab89.6914-14.931415.9836
CIE-Lab91.8844-10.568312.7404

#ddedcf color RGB value is (221,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11001111
Octal 335 355 317
Decimal 221 237 207
Hex DD ED CF

RGB Percentages of Color #ddedcf

%33.23
%35.64
%31.13

CMYK Percentages of Color #ddedcf

%7
%0
%13
%7

Triadic Colors of #ddedcf

#ddedcf #cfdded #edcfdd

Analogous Colors of #ddedcf

#ddedcf #cfedd0 #ecedcf

Monochromatic Colors of #ddedcf

#ddedcf

Complementary Color

#ddedcf #dfcfed

#ddedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedcf Color CSS Codes

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

#ddedcf Text Font Color

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

This sample text font color is #ddedcf
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.


#ddedcf Background Color

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

This div background color is #ddedcf


#ddedcf Border Color

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

This div border color is #ddedcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #ddedcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedcf


Comments

No comments written yet.

Please login to write comment.