#E6C9EC

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

Shades of Snuff #E6C9EC

Tints of Snuff #E6C9EC

Color information

#E6C9EC (or 0xE6C9EC) is unknown color: approx Snuff. HEX triplet: E6, C9 and EC. RGB value is (230,201,236). Sum of RGB (Red+Green+Blue) = 230+201+236=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9EC is #193613. Grayscale: #D5D5D5. Windows color (decimal): -1652244 or 15518182. OLE color: 15518182.

HSL color Cylindrical-coordinate representation of color #E6C9EC: hue angle of 289.71º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C9EC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230201236-
CMYK0.030.1500.07
HSL289.71º47.95%85.69%-
HSV(B)289.71º14.83%92.55%-
XYZ68.6664.6588.22-
YUV213.66140.61139.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 201 (78.91% from 255) = 30.13%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=34.48%
G=30.13%
B=35.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302012360.030.1500.07289.7147.9585.69
HexE6C9EC3F071223056
Octal3463113543170744260126
Binary11100110110010011110110011111101111001000101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C9EC; }

 p { color: rgb(230,201,236); }

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

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

 a { background-color: rgb(230,201,236); }

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

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

 span { border-color: rgb(230,201,236); }

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