#DDECBF

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

Shades of Willow Brook #DDECBF

Tints of Willow Brook #DDECBF

Color information

#DDECBF (or 0xDDECBF) is unknown color: approx Willow Brook. HEX triplet: DD, EC and BF. RGB value is (221,236,191). Sum of RGB (Red+Green+Blue) = 221+236+191=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECBF is #221340. Grayscale: #E2E2E2. Windows color (decimal): -2233153 or 12578013. OLE color: 12578013.

HSL color Cylindrical-coordinate representation of color #DDECBF: hue angle of 80º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDECBF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB221236191-
CMYK0.0600.190.07
HSL80º54.22%83.73%-
HSV(B)80º19.07%92.55%-
XYZ69.2279.1260.91-
YUV226.38108.03124.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 191 (75% from 255) = 29.48%
R=34.10%
G=36.42%
B=29.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361910.0600.190.078054.2283.73
HexDDECBF60137503654
Octal3353542776023712066124
Binary11011101111011001011111111001001111110100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECBF; }

 p { color: rgb(221,236,191); }

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

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

 a { background-color: rgb(221,236,191); }

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

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

 span { border-color: rgb(221,236,191); }

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