#DBE8BC

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

Shades of Willow Brook #DBE8BC

Tints of Willow Brook #DBE8BC

Color information

#DBE8BC (or 0xDBE8BC) is unknown color: approx Willow Brook. HEX triplet: DB, E8 and BC. RGB value is (219,232,188). Sum of RGB (Red+Green+Blue) = 219+232+188=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8BC is #241743. Grayscale: #DFDFDF. Windows color (decimal): -2365252 or 12380379. OLE color: 12380379.

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

Color convert

RGB219232188-
CMYK0.0600.190.09
HSL77.73º48.89%82.35%-
HSV(B)77.73º18.97%90.98%-
XYZ67.1576.458.79-
YUV223.1108.19125.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=34.27%
G=36.31%
B=29.42%

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
Decimal2192321880.0600.190.0977.7348.8982.35
HexDBE8BC601394e3152
Octal33335027460231111661122
Binary110110111110100010111100110010011100110011101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8BC; }

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

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

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

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

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

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

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

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