#E4CCE6

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

Shades of Snuff #E4CCE6

Tints of Snuff #E4CCE6

Color information

#E4CCE6 (or 0xE4CCE6) is unknown color: approx Snuff. HEX triplet: E4, CC and E6. RGB value is (228,204,230). Sum of RGB (Red+Green+Blue) = 228+204+230=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #E4CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CCE6 is #1B3319. Grayscale: #D6D6D6. Windows color (decimal): -1782554 or 15125732. OLE color: 15125732.

HSL color Cylindrical-coordinate representation of color #E4CCE6: hue angle of 295.38º 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 #E4CCE6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228204230-
CMYK0.010.1100.10
HSL295.38º34.21%85.1%-
HSV(B)295.38º11.3%90.2%-
XYZ67.8765.3983.91-
YUV214.14136.95137.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.44%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=34.44%
G=30.82%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282042300.010.1100.10295.3834.2185.1
HexE4CCE61B0A1272255
Octal34431434611301244742125
Binary11100100110011001110011011011010101001001111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCE6; }

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

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

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

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

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

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

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

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