#DBEAC0

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

Shades of Willow Brook #DBEAC0

Tints of Willow Brook #DBEAC0

Color information

#DBEAC0 (or 0xDBEAC0) is unknown color: approx Willow Brook. HEX triplet: DB, EA and C0. RGB value is (219,234,192). Sum of RGB (Red+Green+Blue) = 219+234+192=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC0 is #24153F. Grayscale: #E0E0E0. Windows color (decimal): -2364736 or 12643035. OLE color: 12643035.

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

Color convert

RGB219234192-
CMYK0.0600.180.08
HSL81.43º50%83.53%-
HSV(B)81.43º17.95%91.76%-
XYZ68.1577.7161.28-
YUV224.73109.53123.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 192 (75.39% from 255) = 29.77%
R=33.95%
G=36.28%
B=29.77%

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
Decimal2192341920.0600.180.0881.435083.53
HexDBEAC060128513254
Octal33335230060221012162124
Binary110110111110101011000000110010010100010100011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC0; }

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

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

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

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

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

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

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

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