#DDEAC2

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

Shades of Willow Brook #DDEAC2

Tints of Willow Brook #DDEAC2

Color information

#DDEAC2 (or 0xDDEAC2) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C2. RGB value is (221,234,194). Sum of RGB (Red+Green+Blue) = 221+234+194=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC2 is #22153D. Grayscale: #E1E1E1. Windows color (decimal): -2233662 or 12774109. OLE color: 12774109.

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

Color convert

RGB221234194-
CMYK0.0600.170.08
HSL79.5º48.78%83.92%-
HSV(B)79.5º17.09%91.76%-
XYZ68.9878.1162.48-
YUV225.55110.19124.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=34.05%
G=36.06%
B=29.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341940.0600.170.0879.548.7883.92
HexDDEAC260118503154
Octal33535230260211012061124
Binary110111011110101011000010110010001100010100001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC2; }

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

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

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

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

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

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

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

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