#DBEABF

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

Shades of Willow Brook #DBEABF

Tints of Willow Brook #DBEABF

Color information

#DBEABF (or 0xDBEABF) is unknown color: approx Willow Brook. HEX triplet: DB, EA and BF. RGB value is (219,234,191). Sum of RGB (Red+Green+Blue) = 219+234+191=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEABF is #241540. Grayscale: #E0E0E0. Windows color (decimal): -2364737 or 12577499. OLE color: 12577499.

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

Color convert

RGB219234191-
CMYK0.0600.180.08
HSL80.93º50.59%83.33%-
HSV(B)80.93º18.38%91.76%-
XYZ68.0477.6760.7-
YUV224.61109.03124-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 191 (75% from 255) = 29.66%
R=34.01%
G=36.34%
B=29.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341910.0600.180.0880.9350.5983.33
HexDBEABF60128513353
Octal33335227760221012163123
Binary110110111110101010111111110010010100010100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEABF; }

 p { color: rgb(219,234,191); }

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

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

 a { background-color: rgb(219,234,191); }

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

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

 span { border-color: rgb(219,234,191); }

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