#DBEBC6

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

Shades of Willow Brook #DBEBC6

Tints of Willow Brook #DBEBC6

Color information

#DBEBC6 (or 0xDBEBC6) is unknown color: approx Willow Brook. HEX triplet: DB, EB and C6. RGB value is (219,235,198). Sum of RGB (Red+Green+Blue) = 219+235+198=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC6 is #241439. Grayscale: #E2E2E2. Windows color (decimal): -2364474 or 13036507. OLE color: 13036507.

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

Color convert

RGB219235198-
CMYK0.0700.160.08
HSL85.95º48.05%84.9%-
HSV(B)85.95º15.74%92.16%-
XYZ69.1178.5564.95-
YUV226112.2123.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=33.59%
G=36.04%
B=30.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351980.0700.160.0885.9548.0584.9
HexDBEBC670108563055
Octal33335330670201012660125
Binary110110111110101111000110111010000100010101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBC6; }

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

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

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

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

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

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

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

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