#DDEFC2

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

Shades of Willow Brook #DDEFC2

Tints of Willow Brook #DDEFC2

Color information

#DDEFC2 (or 0xDDEFC2) is unknown color: approx Willow Brook. HEX triplet: DD, EF and C2. RGB value is (221,239,194). Sum of RGB (Red+Green+Blue) = 221+239+194=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC2 is #22103D. Grayscale: #E4E4E4. Windows color (decimal): -2232382 or 12775389. OLE color: 12775389.

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

Color convert

RGB221239194-
CMYK0.0800.190.06
HSL84º58.44%84.9%-
HSV(B)84º18.83%93.73%-
XYZ70.428162.96-
YUV228.49108.54122.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=33.79%
G=36.54%
B=29.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391940.0800.190.068458.4484.9
HexDDEFC280136543a55
Octal33535730210023612472125
Binary110111011110111111000010100001001111010101001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFC2; }

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

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

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

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

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

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

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

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