#E8CDEB

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

Shades of Snuff #E8CDEB

Tints of Snuff #E8CDEB

Color information

#E8CDEB (or 0xE8CDEB) is unknown color: approx Snuff. HEX triplet: E8, CD and EB. RGB value is (232,205,235). Sum of RGB (Red+Green+Blue) = 232+205+235=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDEB is #173214. Grayscale: #D8D8D8. Windows color (decimal): -1520149 or 15453672. OLE color: 15453672.

HSL color Cylindrical-coordinate representation of color #E8CDEB: hue angle of 294º degrees, saturation: 0.43, 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 #E8CDEB is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232205235-
CMYK0.010.1300.08
HSL294º42.86%86.27%-
HSV(B)294º12.77%92.16%-
XYZ70.1166.8287.8-
YUV216.49138.45139.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=34.52%
G=30.51%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322052350.010.1300.0829442.8686.27
HexE8CDEB1D081262b56
Octal35031535311501044653126
Binary11101000110011011110101111101010001001001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDEB; }

 p { color: rgb(232,205,235); }

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

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

 a { background-color: rgb(232,205,235); }

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

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

 span { border-color: rgb(232,205,235); }

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