#DBEBBA

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

Shades of Willow Brook #DBEBBA

Tints of Willow Brook #DBEBBA

Color information

#DBEBBA (or 0xDBEBBA) is unknown color: approx Willow Brook. HEX triplet: DB, EB and BA. RGB value is (219,235,186). Sum of RGB (Red+Green+Blue) = 219+235+186=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBA is #241445. Grayscale: #E0E0E0. Windows color (decimal): -2364486 or 12250075. OLE color: 12250075.

HSL color Cylindrical-coordinate representation of color #DBEBBA: hue angle of 79.59º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBEBBA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB219235186-
CMYK0.0700.210.08
HSL79.59º55.06%82.55%-
HSV(B)79.59º20.85%92.16%-
XYZ67.7878.0257.94-
YUV224.63106.2123.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=34.22%
G=36.72%
B=29.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351860.0700.210.0879.5955.0682.55
HexDBEBBA70158503753
Octal33335327270251012067123
Binary110110111110101110111010111010101100010100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBBA; }

 p { color: rgb(219,235,186); }

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

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

 a { background-color: rgb(219,235,186); }

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

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

 span { border-color: rgb(219,235,186); }

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