#DBEAC7

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

Shades of Willow Brook #DBEAC7

Tints of Willow Brook #DBEAC7

Color information

#DBEAC7 (or 0xDBEAC7) is unknown color: approx Willow Brook. HEX triplet: DB, EA and C7. RGB value is (219,234,199). Sum of RGB (Red+Green+Blue) = 219+234+199=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC7 is #241538. Grayscale: #E1E1E1. Windows color (decimal): -2364729 or 13101787. OLE color: 13101787.

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

Color convert

RGB219234199-
CMYK0.0600.150.08
HSL85.71º45.45%84.9%-
HSV(B)85.71º14.96%91.76%-
XYZ68.9578.0365.46-
YUV225.52113.03123.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=33.59%
G=35.89%
B=30.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341990.0600.150.0885.7145.4584.9
HexDBEAC760F8562d55
Octal33335230760171012655125
Binary11011011111010101100011111001111100010101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC7; }

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

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

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

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

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

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

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

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