#DDE9CC

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

Shades of Willow Brook #DDE9CC

Tints of Willow Brook #DDE9CC

Color information

#DDE9CC (or 0xDDE9CC) is unknown color: approx Willow Brook. HEX triplet: DD, E9 and CC. RGB value is (221,233,204). Sum of RGB (Red+Green+Blue) = 221+233+204=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9CC is #221633. Grayscale: #E2E2E2. Windows color (decimal): -2233908 or 13429213. OLE color: 13429213.

HSL color Cylindrical-coordinate representation of color #DDE9CC: hue angle of 84.83º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE9CC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB221233204-
CMYK0.0500.120.09
HSL84.83º39.73%85.69%-
HSV(B)84.83º12.45%91.37%-
XYZ69.8678.0168.5-
YUV226.11115.52124.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=33.59%
G=35.41%
B=31.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332040.0500.120.0984.8339.7385.69
HexDDE9CC50C9552856
Octal33535131450141112550126
Binary11011101111010011100110010101100100110101011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9CC; }

 p { color: rgb(221,233,204); }

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

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

 a { background-color: rgb(221,233,204); }

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

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

 span { border-color: rgb(221,233,204); }

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