#DBEEBF

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

Shades of Willow Brook #DBEEBF

Tints of Willow Brook #DBEEBF

Color information

#DBEEBF (or 0xDBEEBF) is unknown color: approx Willow Brook. HEX triplet: DB, EE and BF. RGB value is (219,238,191). Sum of RGB (Red+Green+Blue) = 219+238+191=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEBF is #241140. Grayscale: #E3E3E3. Windows color (decimal): -2363713 or 12578523. OLE color: 12578523.

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

Color convert

RGB219238191-
CMYK0.0800.200.07
HSL84.26º58.02%84.12%-
HSV(B)84.26º19.75%93.33%-
XYZ69.1979.9761.08-
YUV226.96107.71122.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 191 (75% from 255) = 29.48%
R=33.80%
G=36.73%
B=29.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381910.0800.200.0784.2658.0284.12
HexDBEEBF80147543a54
Octal33335627710024712472124
Binary110110111110111010111111100001010011110101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEBF; }

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

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

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

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

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

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

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

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