#DBEAC3

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

Shades of Willow Brook #DBEAC3

Tints of Willow Brook #DBEAC3

Color information

#DBEAC3 (or 0xDBEAC3) is unknown color: approx Willow Brook. HEX triplet: DB, EA and C3. RGB value is (219,234,195). Sum of RGB (Red+Green+Blue) = 219+234+195=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC3 is #24153C. Grayscale: #E1E1E1. Windows color (decimal): -2364733 or 12839643. OLE color: 12839643.

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

Color convert

RGB219234195-
CMYK0.0600.170.08
HSL83.08º48.15%84.12%-
HSV(B)83.08º16.67%91.76%-
XYZ68.4977.8563.05-
YUV225.07111.03123.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 195 (76.56% from 255) = 30.09%
R=33.80%
G=36.11%
B=30.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341950.0600.170.0883.0848.1584.12
HexDBEAC360118533054
Octal33335230360211012360124
Binary110110111110101011000011110010001100010100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC3; }

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

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

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

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

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

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

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

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