#DBEBBC

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

Shades of Willow Brook #DBEBBC

Tints of Willow Brook #DBEBBC

Color information

#DBEBBC (or 0xDBEBBC) is unknown color: approx Willow Brook. HEX triplet: DB, EB and BC. RGB value is (219,235,188). Sum of RGB (Red+Green+Blue) = 219+235+188=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBC is #241443. Grayscale: #E1E1E1. Windows color (decimal): -2364484 or 12381147. OLE color: 12381147.

HSL color Cylindrical-coordinate representation of color #DBEBBC: hue angle of 80.43º degrees, saturation: 0.54, 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 #DBEBBC is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB219235188-
CMYK0.0700.20.08
HSL80.43º54.02%82.94%-
HSV(B)80.43º20%92.16%-
XYZ6878.1159.07-
YUV224.86107.2123.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 188 (73.83% from 255) = 29.28%
R=34.11%
G=36.60%
B=29.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351880.0700.20.0880.4354.0282.94
HexDBEBBC70148503653
Octal33335327470241012066123
Binary110110111110101110111100111010100100010100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBBC; }

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

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

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

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

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

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

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

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