#E0CCE2

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

Shades of Snuff #E0CCE2

Tints of Snuff #E0CCE2

Color information

#E0CCE2 (or 0xE0CCE2) is unknown color: approx Snuff. HEX triplet: E0, CC and E2. RGB value is (224,204,226). Sum of RGB (Red+Green+Blue) = 224+204+226=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0CCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCE2 is #1F331D. Grayscale: #D4D4D4. Windows color (decimal): -2044702 or 14863584. OLE color: 14863584.

HSL color Cylindrical-coordinate representation of color #E0CCE2: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CCE2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224204226-
CMYK0.010.1000.11
HSL294.55º27.5%84.31%-
HSV(B)294.55º9.73%88.63%-
XYZ66.0664.5280.92-
YUV212.49135.63136.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=34.25%
G=31.19%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242042260.010.1000.11294.5527.584.31
HexE0CCE21A0B1271b54
Octal34031434211201344733124
Binary1110000011001100111000101101001011100100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCE2; }

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

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

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

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

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

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

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

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