#E2CCE7

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

Shades of Snuff #E2CCE7

Tints of Snuff #E2CCE7

Color information

#E2CCE7 (or 0xE2CCE7) is unknown color: approx Snuff. HEX triplet: E2, CC and E7. RGB value is (226,204,231). Sum of RGB (Red+Green+Blue) = 226+204+231=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCE7 is #1D3318. Grayscale: #D5D5D5. Windows color (decimal): -1913625 or 15191266. OLE color: 15191266.

HSL color Cylindrical-coordinate representation of color #E2CCE7: hue angle of 288.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CCE7 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226204231-
CMYK0.020.1200.09
HSL288.89º36%85.29%-
HSV(B)288.89º11.69%90.59%-
XYZ67.3865.1284.62-
YUV213.66137.79136.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=34.19%
G=30.86%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262042310.020.1200.09288.893685.29
HexE2CCE72C091212455
Octal34231434721401144144125
Binary111000101100110011100111101100010011001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCE7; }

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

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

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

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

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

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

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

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