#DBE8BD

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

Shades of Willow Brook #DBE8BD

Tints of Willow Brook #DBE8BD

Color information

#DBE8BD (or 0xDBE8BD) is unknown color: approx Willow Brook. HEX triplet: DB, E8 and BD. RGB value is (219,232,189). Sum of RGB (Red+Green+Blue) = 219+232+189=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8BD is #241742. Grayscale: #DFDFDF. Windows color (decimal): -2365251 or 12445915. OLE color: 12445915.

HSL color Cylindrical-coordinate representation of color #DBE8BD: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE8BD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB219232189-
CMYK0.0600.190.09
HSL78.14º48.31%82.55%-
HSV(B)78.14º18.53%90.98%-
XYZ67.2676.4559.36-
YUV223.21108.69125-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=34.22%
G=36.25%
B=29.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321890.0600.190.0978.1448.3182.55
HexDBE8BD601394e3053
Octal33335027560231111660123
Binary110110111110100010111101110010011100110011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8BD; }

 p { color: rgb(219,232,189); }

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

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

 a { background-color: rgb(219,232,189); }

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

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

 span { border-color: rgb(219,232,189); }

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