#E9CDEB

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

Shades of Snuff #E9CDEB

Tints of Snuff #E9CDEB

Color information

#E9CDEB (or 0xE9CDEB) is unknown color: approx Snuff. HEX triplet: E9, CD and EB. RGB value is (233,205,235). Sum of RGB (Red+Green+Blue) = 233+205+235=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDEB is #163214. Grayscale: #D8D8D8. Windows color (decimal): -1454613 or 15453673. OLE color: 15453673.

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

Color convert

RGB233205235-
CMYK0.010.1300.08
HSL296º42.86%86.27%-
HSV(B)296º12.77%92.16%-
XYZ70.4366.9887.81-
YUV216.79138.28139.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=34.62%
G=30.46%
B=34.92%

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
Decimal2332052350.010.1300.0829642.8686.27
HexE9CDEB1D081282b56
Octal35131535311501045053126
Binary11101001110011011110101111101010001001010001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDEB; }

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

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

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

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

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

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

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

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