#DCECC2

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

Shades of Willow Brook #DCECC2

Tints of Willow Brook #DCECC2

Color information

#DCECC2 (or 0xDCECC2) is unknown color: approx Willow Brook. HEX triplet: DC, EC and C2. RGB value is (220,236,194). Sum of RGB (Red+Green+Blue) = 220+236+194=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC2 is #23133D. Grayscale: #E2E2E2. Windows color (decimal): -2298686 or 12774620. OLE color: 12774620.

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

Color convert

RGB220236194-
CMYK0.0700.180.07
HSL82.86º52.5%84.31%-
HSV(B)82.86º17.8%92.55%-
XYZ69.2579.162.66-
YUV226.43109.7123.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=33.85%
G=36.31%
B=29.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361940.0700.180.0782.8652.584.31
HexDCECC270127533554
Octal3343543027022712365124
Binary11011100111011001100001011101001011110100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECC2; }

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

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

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

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

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

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

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

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