#E2CCE6

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

Shades of Snuff #E2CCE6

Tints of Snuff #E2CCE6

Color information

#E2CCE6 (or 0xE2CCE6) is unknown color: approx Snuff. HEX triplet: E2, CC and E6. RGB value is (226,204,230). Sum of RGB (Red+Green+Blue) = 226+204+230=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCE6 is #1D3319. Grayscale: #D5D5D5. Windows color (decimal): -1913626 or 15125730. OLE color: 15125730.

HSL color Cylindrical-coordinate representation of color #E2CCE6: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CCE6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226204230-
CMYK0.020.1100.10
HSL290.77º34.21%85.1%-
HSV(B)290.77º11.3%90.2%-
XYZ67.2465.0783.88-
YUV213.54137.29136.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.24%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=34.24%
G=30.91%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262042300.020.1100.10290.7734.2185.1
HexE2CCE62B0A1232255
Octal34231434621301244342125
Binary111000101100110011100110101011010101001000111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCE6; }

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

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

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

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

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

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

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

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