#DDE7CA

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

Shades of Willow Brook #DDE7CA

Tints of Willow Brook #DDE7CA

Color information

#DDE7CA (or 0xDDE7CA) is unknown color: approx Willow Brook. HEX triplet: DD, E7 and CA. RGB value is (221,231,202). Sum of RGB (Red+Green+Blue) = 221+231+202=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7CA is #221835. Grayscale: #E0E0E0. Windows color (decimal): -2234422 or 13297629. OLE color: 13297629.

HSL color Cylindrical-coordinate representation of color #DDE7CA: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE7CA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB221231202-
CMYK0.0400.130.09
HSL80.69º37.66%84.9%-
HSV(B)80.69º12.55%90.59%-
XYZ69.0676.7967.06-
YUV224.7115.19125.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=33.79%
G=35.32%
B=30.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312020.0400.130.0980.6937.6684.9
HexDDE7CA40D9512655
Octal33534731240151112146125
Binary11011101111001111100101010001101100110100011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7CA; }

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

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

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

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

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

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

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

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