#DDE2CD

Color #DDE2CD Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DDE2CD

Tints of Willow Brook #DDE2CD

Color information

#DDE2CD (or 0xDDE2CD) is unknown color: approx Willow Brook. HEX triplet: DD, E2 and CD. RGB value is (221,226,205). Sum of RGB (Red+Green+Blue) = 221+226+205=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2CD is #221D32. Grayscale: #DEDEDE. Windows color (decimal): -2235699 or 13492957. OLE color: 13492957.

HSL color Cylindrical-coordinate representation of color #DDE2CD: hue angle of 74.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE2CD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB221226205-
CMYK0.0200.090.11
HSL74.29º26.58%84.51%-
HSV(B)74.29º9.29%88.63%-
XYZ68.0374.1768.49-
YUV222.11118.34127.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=33.90%
G=34.66%
B=31.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212262050.0200.090.1174.2926.5884.51
HexDDE2CD209B4a1b55
Octal33534231520111311233125
Binary110111011110001011001101100100110111001010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2CD; }

 p { color: rgb(221,226,205); }

 H1.HeaderClassName
 {
   color: #DDE2CD;
 }
 .AnyTagClassName
 {
   color: #DDE2CD;
 }
</style>
background-color css

<style>
 a { background-color: #DDE2CD; }

 a { background-color: rgb(221,226,205); }

 div.DivClassName
 {
   background-color: #DDE2CD;
 }
 .BgClassName
 {
   background-color: #DDE2CD;
 }
</style>
border-color css

<style>
 span { border-color: #DDE2CD; }

 span { border-color: rgb(221,226,205); }

 td.TdClassName
 {
   border-color: #DDE2CD;
 }
 .TagClassName
 {
   border-color: #DDE2CD;
 }
</style>