#DBEEC0

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

Shades of Willow Brook #DBEEC0

Tints of Willow Brook #DBEEC0

Color information

#DBEEC0 (or 0xDBEEC0) is unknown color: approx Willow Brook. HEX triplet: DB, EE and C0. RGB value is (219,238,192). Sum of RGB (Red+Green+Blue) = 219+238+192=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEC0 is #24113F. Grayscale: #E3E3E3. Windows color (decimal): -2363712 or 12644059. OLE color: 12644059.

HSL color Cylindrical-coordinate representation of color #DBEEC0: hue angle of 84.78º degrees, saturation: 0.58, 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 #DBEEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB219238192-
CMYK0.0800.190.07
HSL84.78º57.5%84.31%-
HSV(B)84.78º19.33%93.33%-
XYZ69.380.0161.66-
YUV227.08108.21122.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=33.74%
G=36.67%
B=29.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381920.0800.190.0784.7857.584.31
HexDBEEC080137553a54
Octal33335630010023712572124
Binary110110111110111011000000100001001111110101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEC0; }

 p { color: rgb(219,238,192); }

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

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

 a { background-color: rgb(219,238,192); }

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

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

 span { border-color: rgb(219,238,192); }

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