#DDEAC5

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

Shades of Willow Brook #DDEAC5

Tints of Willow Brook #DDEAC5

Color information

#DDEAC5 (or 0xDDEAC5) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C5. RGB value is (221,234,197). Sum of RGB (Red+Green+Blue) = 221+234+197=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC5 is #22153A. Grayscale: #E2E2E2. Windows color (decimal): -2233659 or 12970717. OLE color: 12970717.

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

Color convert

RGB221234197-
CMYK0.0600.160.08
HSL81.08º46.84%84.51%-
HSV(B)81.08º15.81%91.76%-
XYZ69.3278.2564.27-
YUV225.9111.69124.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=33.90%
G=35.89%
B=30.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341970.0600.160.0881.0846.8484.51
HexDDEAC560108512f55
Octal33535230560201012157125
Binary110111011110101011000101110010000100010100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC5; }

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

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

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

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

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

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

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

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