#E4C6E6

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

Shades of Snuff #E4C6E6

Tints of Snuff #E4C6E6

Color information

#E4C6E6 (or 0xE4C6E6) is unknown color: approx Snuff. HEX triplet: E4, C6 and E6. RGB value is (228,198,230). Sum of RGB (Red+Green+Blue) = 228+198+230=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #E4C6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C6E6 is #1B3919. Grayscale: #D2D2D2. Windows color (decimal): -1784090 or 15124196. OLE color: 15124196.

HSL color Cylindrical-coordinate representation of color #E4C6E6: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4C6E6 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228198230-
CMYK0.010.1400.10
HSL296.25º39.02%83.92%-
HSV(B)296.25º13.91%90.2%-
XYZ66.4762.683.44-
YUV210.62138.94140.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.76%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=34.76%
G=30.18%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281982300.010.1400.10296.2539.0283.92
HexE4C6E61E0A1282754
Octal34430634611601245047124
Binary11100100110001101110011011110010101001010001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C6E6; }

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

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

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

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

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

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

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

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