#DBEBBD

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

Shades of Willow Brook #DBEBBD

Tints of Willow Brook #DBEBBD

Color information

#DBEBBD (or 0xDBEBBD) is unknown color: approx Willow Brook. HEX triplet: DB, EB and BD. RGB value is (219,235,189). Sum of RGB (Red+Green+Blue) = 219+235+189=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBD is #241442. Grayscale: #E1E1E1. Windows color (decimal): -2364483 or 12446683. OLE color: 12446683.

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

Color convert

RGB219235189-
CMYK0.0700.200.08
HSL80.87º53.49%83.14%-
HSV(B)80.87º19.57%92.16%-
XYZ68.1178.1559.64-
YUV224.97107.7123.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=34.06%
G=36.55%
B=29.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351890.0700.200.0880.8753.4983.14
HexDBEBBD70148513553
Octal33335327570241012165123
Binary110110111110101110111101111010100100010100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBBD; }

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

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

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

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

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

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

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

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