#DDEAC8

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

Shades of Willow Brook #DDEAC8

Tints of Willow Brook #DDEAC8

Color information

#DDEAC8 (or 0xDDEAC8) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C8. RGB value is (221,234,200). Sum of RGB (Red+Green+Blue) = 221+234+200=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC8 is #221537. Grayscale: #E2E2E2. Windows color (decimal): -2233656 or 13167325. OLE color: 13167325.

HSL color Cylindrical-coordinate representation of color #DDEAC8: hue angle of 82.94º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEAC8 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB221234200-
CMYK0.0600.150.08
HSL82.94º44.74%85.1%-
HSV(B)82.94º14.53%91.76%-
XYZ69.6778.3966.1-
YUV226.24113.19124.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=33.74%
G=35.73%
B=30.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342000.0600.150.0882.9444.7485.1
HexDDEAC860F8532d55
Octal33535231060171012355125
Binary11011101111010101100100011001111100010100111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC8; }

 p { color: rgb(221,234,200); }

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

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

 a { background-color: rgb(221,234,200); }

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

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

 span { border-color: rgb(221,234,200); }

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