#DBE9BA

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

Shades of Willow Brook #DBE9BA

Tints of Willow Brook #DBE9BA

Color information

#DBE9BA (or 0xDBE9BA) is unknown color: approx Willow Brook. HEX triplet: DB, E9 and BA. RGB value is (219,233,186). Sum of RGB (Red+Green+Blue) = 219+233+186=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9BA is #241645. Grayscale: #DFDFDF. Windows color (decimal): -2364998 or 12249563. OLE color: 12249563.

HSL color Cylindrical-coordinate representation of color #DBE9BA: hue angle of 77.87º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE9BA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB219233186-
CMYK0.0600.200.09
HSL77.87º51.65%82.16%-
HSV(B)77.87º20.17%91.37%-
XYZ67.2276.8857.75-
YUV223.46106.86124.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=34.33%
G=36.52%
B=29.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331860.0600.200.0977.8751.6582.16
HexDBE9BA601494e3452
Octal33335127260241111664122
Binary110110111110100110111010110010100100110011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9BA; }

 p { color: rgb(219,233,186); }

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

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

 a { background-color: rgb(219,233,186); }

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

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

 span { border-color: rgb(219,233,186); }

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