#DBEBC2

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

Shades of Willow Brook #DBEBC2

Tints of Willow Brook #DBEBC2

Color information

#DBEBC2 (or 0xDBEBC2) is unknown color: approx Willow Brook. HEX triplet: DB, EB and C2. RGB value is (219,235,194). Sum of RGB (Red+Green+Blue) = 219+235+194=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC2 is #24143D. Grayscale: #E1E1E1. Windows color (decimal): -2364478 or 12774363. OLE color: 12774363.

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

Color convert

RGB219235194-
CMYK0.0700.170.08
HSL83.41º50.62%84.12%-
HSV(B)83.41º17.45%92.16%-
XYZ68.6678.3762.55-
YUV225.54110.2123.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=33.80%
G=36.27%
B=29.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351940.0700.170.0883.4150.6284.12
HexDBEBC270118533354
Octal33335330270211012363124
Binary110110111110101111000010111010001100010100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBC2; }

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

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

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

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

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

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

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

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