#DBEBBE

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

Shades of Willow Brook #DBEBBE

Tints of Willow Brook #DBEBBE

Color information

#DBEBBE (or 0xDBEBBE) is unknown color: approx Willow Brook. HEX triplet: DB, EB and BE. RGB value is (219,235,190). Sum of RGB (Red+Green+Blue) = 219+235+190=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBE is #241441. Grayscale: #E1E1E1. Windows color (decimal): -2364482 or 12512219. OLE color: 12512219.

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

Color convert

RGB219235190-
CMYK0.0700.190.08
HSL81.33º52.94%83.33%-
HSV(B)81.33º19.15%92.16%-
XYZ68.2278.1960.21-
YUV225.09108.2123.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=34.01%
G=36.49%
B=29.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351900.0700.190.0881.3352.9483.33
HexDBEBBE70138513553
Octal33335327670231012165123
Binary110110111110101110111110111010011100010100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBBE; }

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

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

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

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

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

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

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

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