#E0CCE0

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

Shades of Snuff #E0CCE0

Tints of Snuff #E0CCE0

Color information

#E0CCE0 (or 0xE0CCE0) is unknown color: approx Snuff. HEX triplet: E0, CC and E0. RGB value is (224,204,224). Sum of RGB (Red+Green+Blue) = 224+204+224=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCE0 is #1F331F. Grayscale: #D4D4D4. Windows color (decimal): -2044704 or 14732512. OLE color: 14732512.

HSL color Cylindrical-coordinate representation of color #E0CCE0: hue angle of 300º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCE0 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224204224-
CMYK00.0900.12
HSL300º24.39%83.92%-
HSV(B)300º8.93%87.84%-
XYZ65.7964.4179.49-
YUV212.26134.63136.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=34.36%
G=31.29%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420422400.0900.1230024.3983.92
HexE0CCE0090C12c1854
Octal34031434001101445430124
Binary1110000011001100111000000100101100100101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCE0; }

 p { color: rgb(224,204,224); }

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

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

 a { background-color: rgb(224,204,224); }

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

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

 span { border-color: rgb(224,204,224); }

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