#E6CCEB

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

Shades of Snuff #E6CCEB

Tints of Snuff #E6CCEB

Color information

#E6CCEB (or 0xE6CCEB) is unknown color: approx Snuff. HEX triplet: E6, CC and EB. RGB value is (230,204,235). Sum of RGB (Red+Green+Blue) = 230+204+235=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCEB is #193314. Grayscale: #D7D7D7. Windows color (decimal): -1651477 or 15453414. OLE color: 15453414.

HSL color Cylindrical-coordinate representation of color #E6CCEB: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CCEB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230204235-
CMYK0.020.1300.08
HSL290.32º43.66%86.08%-
HSV(B)290.32º13.19%92.16%-
XYZ69.2266.0187.69-
YUV215.31139.11138.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=34.38%
G=30.49%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302042350.020.1300.08290.3243.6686.08
HexE6CCEB2D081222c56
Octal34631435321501044254126
Binary111001101100110011101011101101010001001000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCEB; }

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

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

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

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

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

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

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

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