#DDE4CA

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

Shades of Willow Brook #DDE4CA

Tints of Willow Brook #DDE4CA

Color information

#DDE4CA (or 0xDDE4CA) is unknown color: approx Willow Brook. HEX triplet: DD, E4 and CA. RGB value is (221,228,202). Sum of RGB (Red+Green+Blue) = 221+228+202=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CA is #221B35. Grayscale: #DFDFDF. Windows color (decimal): -2235190 or 13296861. OLE color: 13296861.

HSL color Cylindrical-coordinate representation of color #DDE4CA: hue angle of 76.15º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE4CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB221228202-
CMYK0.0300.110.11
HSL76.15º32.5%84.31%-
HSV(B)76.15º11.4%89.41%-
XYZ68.2275.1266.78-
YUV222.94116.18126.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=33.95%
G=35.02%
B=31.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282020.0300.110.1176.1532.584.31
HexDDE4CA30BB4c2054
Octal33534431230131311440124
Binary1101110111100100110010101101011101110011001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4CA; }

 p { color: rgb(221,228,202); }

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

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

 a { background-color: rgb(221,228,202); }

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

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

 span { border-color: rgb(221,228,202); }

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