#E8BDEF

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

Shades of Snuff #E8BDEF

Tints of Snuff #E8BDEF

Color information

#E8BDEF (or 0xE8BDEF) is unknown color: approx Snuff. HEX triplet: E8, BD and EF. RGB value is (232,189,239). Sum of RGB (Red+Green+Blue) = 232+189+239=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEF is #174210. Grayscale: #CFCFCF. Windows color (decimal): -1524241 or 15711720. OLE color: 15711720.

HSL color Cylindrical-coordinate representation of color #E8BDEF: hue angle of 291.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BDEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232189239-
CMYK0.030.2100.06
HSL291.6º60.98%83.92%-
HSV(B)291.6º20.92%93.73%-
XYZ67.0659.7889.67-
YUV207.56145.75145.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=35.15%
G=28.64%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321892390.030.2100.06291.660.9883.92
HexE8BDEF315061243d54
Octal3502753573250644475124
Binary111010001011110111101111111010101101001001001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDEF; }

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

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

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

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

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

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

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

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