#E1CCE2

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

Shades of Snuff #E1CCE2

Tints of Snuff #E1CCE2

Color information

#E1CCE2 (or 0xE1CCE2) is unknown color: approx Snuff. HEX triplet: E1, CC and E2. RGB value is (225,204,226). Sum of RGB (Red+Green+Blue) = 225+204+226=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1CCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCE2 is #1E331D. Grayscale: #D4D4D4. Windows color (decimal): -1979166 or 14863585. OLE color: 14863585.

HSL color Cylindrical-coordinate representation of color #E1CCE2: hue angle of 297.27º 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 #E1CCE2 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225204226-
CMYK0.000.1000.11
HSL297.27º27.5%84.31%-
HSV(B)297.27º9.73%88.63%-
XYZ66.3764.6880.94-
YUV212.79135.46136.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=34.35%
G=31.15%
B=34.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252042260.000.1000.11297.2727.584.31
HexE1CCE20A0B1291b54
Octal34131434201201345133124
Binary1110000111001100111000100101001011100101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCE2; }

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

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

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

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

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

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

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

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