#E9BDED

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

Shades of Snuff #E9BDED

Tints of Snuff #E9BDED

Color information

#E9BDED (or 0xE9BDED) is unknown color: approx Snuff. HEX triplet: E9, BD and ED. RGB value is (233,189,237). Sum of RGB (Red+Green+Blue) = 233+189+237=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDED is #164212. Grayscale: #CFCFCF. Windows color (decimal): -1458707 or 15580649. OLE color: 15580649.

HSL color Cylindrical-coordinate representation of color #E9BDED: hue angle of 295º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BDED is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233189237-
CMYK0.020.2000.07
HSL295º57.14%83.53%-
HSV(B)295º20.25%92.94%-
XYZ67.0959.8388.13-
YUV207.63144.58146.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=35.36%
G=28.68%
B=35.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331892370.020.2000.0729557.1483.53
HexE9BDED214071273954
Octal3512753552240744771124
Binary111010011011110111101101101010001111001001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDED; }

 p { color: rgb(233,189,237); }

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

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

 a { background-color: rgb(233,189,237); }

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

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

 span { border-color: rgb(233,189,237); }

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