#E8CBE6

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

Shades of Snuff #E8CBE6

Tints of Snuff #E8CBE6

Color information

#E8CBE6 (or 0xE8CBE6) is unknown color: approx Snuff. HEX triplet: E8, CB and E6. RGB value is (232,203,230). Sum of RGB (Red+Green+Blue) = 232+203+230=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBE6 is #173419. Grayscale: #D6D6D6. Windows color (decimal): -1520666 or 15125480. OLE color: 15125480.

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

Color convert

RGB232203230-
CMYK00.120.010.09
HSL304.14º38.67%85.29%-
HSV(B)304.14º12.5%90.98%-
XYZ68.9265.5883.89-
YUV214.75136.61140.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 230 (90.23% from 255) = 34.59%
R=34.89%
G=30.53%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220323000.120.010.09304.1438.6785.29
HexE8CBE60C191302755
Octal35031334601411146047125
Binary11101000110010111110011001100110011001100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBE6; }

 p { color: rgb(232,203,230); }

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

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

 a { background-color: rgb(232,203,230); }

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

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

 span { border-color: rgb(232,203,230); }

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