#E6CCE9

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

Shades of Snuff #E6CCE9

Tints of Snuff #E6CCE9

Color information

#E6CCE9 (or 0xE6CCE9) is unknown color: approx Snuff. HEX triplet: E6, CC and E9. RGB value is (230,204,233). Sum of RGB (Red+Green+Blue) = 230+204+233=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6CCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCE9 is #193316. Grayscale: #D6D6D6. Windows color (decimal): -1651479 or 15322342. OLE color: 15322342.

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

Color convert

RGB230204233-
CMYK0.010.1200.09
HSL293.79º39.73%85.69%-
HSV(B)293.79º12.45%91.37%-
XYZ68.9365.8986.18-
YUV215.08138.11138.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=34.48%
G=30.58%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302042330.010.1200.09293.7939.7385.69
HexE6CCE91C091262856
Octal34631435111401144650126
Binary11100110110011001110100111100010011001001101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCE9; }

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

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

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

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

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

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

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

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