#DBEBC4

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

Shades of Willow Brook #DBEBC4

Tints of Willow Brook #DBEBC4

Color information

#DBEBC4 (or 0xDBEBC4) is unknown color: approx Willow Brook. HEX triplet: DB, EB and C4. RGB value is (219,235,196). Sum of RGB (Red+Green+Blue) = 219+235+196=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC4 is #24143B. Grayscale: #E1E1E1. Windows color (decimal): -2364476 or 12905435. OLE color: 12905435.

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

Color convert

RGB219235196-
CMYK0.0700.170.08
HSL84.62º49.37%84.51%-
HSV(B)84.62º16.6%92.16%-
XYZ68.8978.4663.74-
YUV225.77111.2123.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=33.69%
G=36.15%
B=30.15%

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
Decimal2192351960.0700.170.0884.6249.3784.51
HexDBEBC470118553155
Octal33335330470211012561125
Binary110110111110101111000100111010001100010101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBC4; }

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

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

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

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

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

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

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

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