#E1CFE1

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

Shades of Snuff #E1CFE1

Tints of Snuff #E1CFE1

Color information

#E1CFE1 (or 0xE1CFE1) is unknown color: approx Snuff. HEX triplet: E1, CF and E1. RGB value is (225,207,225). Sum of RGB (Red+Green+Blue) = 225+207+225=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFE1 is #1E301E. Grayscale: #D6D6D6. Windows color (decimal): -1978399 or 14798817. OLE color: 14798817.

HSL color Cylindrical-coordinate representation of color #E1CFE1: hue angle of 300º degrees, saturation: 0.23, 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 #E1CFE1 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225207225-
CMYK00.0800.12
HSL300º23.08%84.71%-
HSV(B)300º8%88.24%-
XYZ66.9566.0780.46-
YUV214.43133.96135.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=34.25%
G=31.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520722500.0800.1230023.0884.71
HexE1CFE1080C12c1755
Octal34131734101001445427125
Binary1110000111001111111000010100001100100101100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFE1; }

 p { color: rgb(225,207,225); }

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

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

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

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

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

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

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