#DCECC0

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

Shades of Willow Brook #DCECC0

Tints of Willow Brook #DCECC0

Color information

#DCECC0 (or 0xDCECC0) is unknown color: approx Willow Brook. HEX triplet: DC, EC and C0. RGB value is (220,236,192). Sum of RGB (Red+Green+Blue) = 220+236+192=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC0 is #23133F. Grayscale: #E2E2E2. Windows color (decimal): -2298688 or 12643548. OLE color: 12643548.

HSL color Cylindrical-coordinate representation of color #DCECC0: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCECC0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB220236192-
CMYK0.0700.190.07
HSL81.82º53.66%83.92%-
HSV(B)81.82º18.64%92.55%-
XYZ69.0379.0161.48-
YUV226.2108.7123.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=33.95%
G=36.42%
B=29.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361920.0700.190.0781.8253.6683.92
HexDCECC070137523654
Octal3343543007023712266124
Binary11011100111011001100000011101001111110100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECC0; }

 p { color: rgb(220,236,192); }

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

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

 a { background-color: rgb(220,236,192); }

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

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

 span { border-color: rgb(220,236,192); }

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