#DBECC2

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

Shades of Willow Brook #DBECC2

Tints of Willow Brook #DBECC2

Color information

#DBECC2 (or 0xDBECC2) is unknown color: approx Willow Brook. HEX triplet: DB, EC and C2. RGB value is (219,236,194). Sum of RGB (Red+Green+Blue) = 219+236+194=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC2 is #24133D. Grayscale: #E2E2E2. Windows color (decimal): -2364222 or 12774619. OLE color: 12774619.

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

Color convert

RGB219236194-
CMYK0.0700.180.07
HSL84.29º52.5%84.31%-
HSV(B)84.29º17.8%92.55%-
XYZ68.9578.9562.64-
YUV226.13109.87122.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=33.74%
G=36.36%
B=29.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361940.0700.180.0784.2952.584.31
HexDBECC270127543554
Octal3333543027022712465124
Binary11011011111011001100001011101001011110101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECC2; }

 p { color: rgb(219,236,194); }

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

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

 a { background-color: rgb(219,236,194); }

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

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

 span { border-color: rgb(219,236,194); }

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