#DBECBE

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

Shades of Willow Brook #DBECBE

Tints of Willow Brook #DBECBE

Color information

#DBECBE (or 0xDBECBE) is unknown color: approx Willow Brook. HEX triplet: DB, EC and BE. RGB value is (219,236,190). Sum of RGB (Red+Green+Blue) = 219+236+190=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECBE is #241341. Grayscale: #E1E1E1. Windows color (decimal): -2364226 or 12512475. OLE color: 12512475.

HSL color Cylindrical-coordinate representation of color #DBECBE: hue angle of 82.17º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBECBE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB219236190-
CMYK0.0700.190.07
HSL82.17º54.76%83.53%-
HSV(B)82.17º19.49%92.55%-
XYZ68.578.7760.31-
YUV225.67107.87123.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=33.95%
G=36.59%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361900.0700.190.0782.1754.7683.53
HexDBECBE70137523754
Octal3333542767023712267124
Binary11011011111011001011111011101001111110100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECBE; }

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

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

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

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

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

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

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

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