#E6C5EC

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

Shades of Snuff #E6C5EC

Tints of Snuff #E6C5EC

Color information

#E6C5EC (or 0xE6C5EC) is unknown color: approx Snuff. HEX triplet: E6, C5 and EC. RGB value is (230,197,236). Sum of RGB (Red+Green+Blue) = 230+197+236=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6C5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5EC is #193A13. Grayscale: #D3D3D3. Windows color (decimal): -1653268 or 15517158. OLE color: 15517158.

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

Color convert

RGB230197236-
CMYK0.030.1700.07
HSL290.77º50.65%84.9%-
HSV(B)290.77º16.53%92.55%-
XYZ67.7462.8187.91-
YUV211.31141.93141.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.69%
GREEN value IS 197 (77.34% from 255) = 29.71%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=34.69%
G=29.71%
B=35.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301972360.030.1700.07290.7750.6584.9
HexE6C5EC311071233355
Octal3463053543210744363125
Binary111001101100010111101100111000101111001000111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C5EC; }

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

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

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

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

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

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

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

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