#DBECBD

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

Shades of Willow Brook #DBECBD

Tints of Willow Brook #DBECBD

Color information

#DBECBD (or 0xDBECBD) is unknown color: approx Willow Brook. HEX triplet: DB, EC and BD. RGB value is (219,236,189). Sum of RGB (Red+Green+Blue) = 219+236+189=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECBD is #241342. Grayscale: #E1E1E1. Windows color (decimal): -2364227 or 12446939. OLE color: 12446939.

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

Color convert

RGB219236189-
CMYK0.0700.200.07
HSL81.7º55.29%83.33%-
HSV(B)81.7º19.92%92.55%-
XYZ68.3978.7359.73-
YUV225.56107.37123.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=34.01%
G=36.65%
B=29.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361890.0700.200.0781.755.2983.33
HexDBECBD70147523753
Octal3333542757024712267123
Binary11011011111011001011110111101010011110100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECBD; }

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

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

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

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

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

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

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

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