#E3CFE2

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

Shades of Snuff #E3CFE2

Tints of Snuff #E3CFE2

Color information

#E3CFE2 (or 0xE3CFE2) is unknown color: approx Snuff. HEX triplet: E3, CF and E2. RGB value is (227,207,226). Sum of RGB (Red+Green+Blue) = 227+207+226=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFE2 is #1C301D. Grayscale: #D7D7D7. Windows color (decimal): -1847326 or 14864355. OLE color: 14864355.

HSL color Cylindrical-coordinate representation of color #E3CFE2: hue angle of 303º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CFE2 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB227207226-
CMYK00.090.000.11
HSL303º26.32%85.1%-
HSV(B)303º8.81%89.02%-
XYZ67.7266.4581.21-
YUV215.15134.13136.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.39%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 226 (88.67% from 255) = 34.24%
R=34.39%
G=31.36%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720722600.090.000.1130326.3285.1
HexE3CFE2090B12f1a55
Octal34331734201101345732125
Binary1110001111001111111000100100101011100101111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFE2; }

 p { color: rgb(227,207,226); }

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

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

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

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

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

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

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