#E8BDED

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

Shades of Snuff #E8BDED

Tints of Snuff #E8BDED

Color information

#E8BDED (or 0xE8BDED) is unknown color: approx Snuff. HEX triplet: E8, BD and ED. RGB value is (232,189,237). Sum of RGB (Red+Green+Blue) = 232+189+237=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDED is #174212. Grayscale: #CFCFCF. Windows color (decimal): -1524243 or 15580648. OLE color: 15580648.

HSL color Cylindrical-coordinate representation of color #E8BDED: hue angle of 293.75º 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 #E8BDED is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232189237-
CMYK0.020.2000.07
HSL293.75º57.14%83.53%-
HSV(B)293.75º20.25%92.94%-
XYZ66.7659.6788.12-
YUV207.33144.75145.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=35.26%
G=28.72%
B=36.02%

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
Decimal2321892370.020.2000.07293.7557.1483.53
HexE8BDED214071263954
Octal3502753552240744671124
Binary111010001011110111101101101010001111001001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDED; }

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

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

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

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

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

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

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

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