#E1CEE0

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

Shades of Snuff #E1CEE0

Tints of Snuff #E1CEE0

Color information

#E1CEE0 (or 0xE1CEE0) is unknown color: approx Snuff. HEX triplet: E1, CE and E0. RGB value is (225,206,224). Sum of RGB (Red+Green+Blue) = 225+206+224=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEE0 is #1E311F. Grayscale: #D5D5D5. Windows color (decimal): -1978656 or 14733025. OLE color: 14733025.

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

Color convert

RGB225206224-
CMYK00.080.000.12
HSL303.16º24.05%84.51%-
HSV(B)303.16º8.44%88.24%-
XYZ66.5865.5379.66-
YUV213.73133.79136.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=34.35%
G=31.45%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520622400.080.000.12303.1624.0584.51
HexE1CEE0080C12f1855
Octal34131634001001445730125
Binary1110000111001110111000000100001100100101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEE0; }

 p { color: rgb(225,206,224); }

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

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

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

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

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

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

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