#DDE2CA

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

Shades of Willow Brook #DDE2CA

Tints of Willow Brook #DDE2CA

Color information

#DDE2CA (or 0xDDE2CA) is unknown color: approx Willow Brook. HEX triplet: DD, E2 and CA. RGB value is (221,226,202). Sum of RGB (Red+Green+Blue) = 221+226+202=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2CA is #221D35. Grayscale: #DDDDDD. Windows color (decimal): -2235702 or 13296349. OLE color: 13296349.

HSL color Cylindrical-coordinate representation of color #DDE2CA: hue angle of 72.5º degrees, saturation: 0.29, 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 #DDE2CA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB221226202-
CMYK0.0200.110.11
HSL72.5º29.27%83.92%-
HSV(B)72.5º10.62%88.63%-
XYZ67.6874.0366.6-
YUV221.77116.84127.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=34.05%
G=34.82%
B=31.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212262020.0200.110.1172.529.2783.92
HexDDE2CA20BB481d54
Octal33534231220131311035124
Binary110111011110001011001010100101110111001000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2CA; }

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

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

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

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

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

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

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

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