#DCE5CB

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

Shades of Willow Brook #DCE5CB

Tints of Willow Brook #DCE5CB

Color information

#DCE5CB (or 0xDCE5CB) is unknown color: approx Willow Brook. HEX triplet: DC, E5 and CB. RGB value is (220,229,203). Sum of RGB (Red+Green+Blue) = 220+229+203=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5CB is #231A34. Grayscale: #DFDFDF. Windows color (decimal): -2300469 or 13362652. OLE color: 13362652.

HSL color Cylindrical-coordinate representation of color #DCE5CB: hue angle of 80.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5CB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB220229203-
CMYK0.0400.110.10
HSL80.77º33.33%84.71%-
HSV(B)80.77º11.35%89.8%-
XYZ68.3175.5767.49-
YUV223.34116.52125.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=33.74%
G=35.12%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202292030.0400.110.1080.7733.3384.71
HexDCE5CB40BA512155
Octal33434531340131212141125
Binary11011100111001011100101110001011101010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5CB; }

 p { color: rgb(220,229,203); }

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

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

 a { background-color: rgb(220,229,203); }

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

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

 span { border-color: rgb(220,229,203); }

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