#DBEAC1

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

Shades of Willow Brook #DBEAC1

Tints of Willow Brook #DBEAC1

Color information

#DBEAC1 (or 0xDBEAC1) is unknown color: approx Willow Brook. HEX triplet: DB, EA and C1. RGB value is (219,234,193). Sum of RGB (Red+Green+Blue) = 219+234+193=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC1 is #24153E. Grayscale: #E0E0E0. Windows color (decimal): -2364735 or 12708571. OLE color: 12708571.

HSL color Cylindrical-coordinate representation of color #DBEAC1: hue angle of 81.95º degrees, saturation: 0.49, 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 #DBEAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB219234193-
CMYK0.0600.180.08
HSL81.95º49.4%83.73%-
HSV(B)81.95º17.52%91.76%-
XYZ68.2677.7661.86-
YUV224.84110.03123.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=33.90%
G=36.22%
B=29.88%

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
Decimal2192341930.0600.180.0881.9549.483.73
HexDBEAC160128523154
Octal33335230160221012261124
Binary110110111110101011000001110010010100010100101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC1; }

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

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

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

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

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

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

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

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