#E7BDEF

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

Shades of Snuff #E7BDEF

Tints of Snuff #E7BDEF

Color information

#E7BDEF (or 0xE7BDEF) is unknown color: approx Snuff. HEX triplet: E7, BD and EF. RGB value is (231,189,239). Sum of RGB (Red+Green+Blue) = 231+189+239=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEF is #184210. Grayscale: #CFCFCF. Windows color (decimal): -1589777 or 15711719. OLE color: 15711719.

HSL color Cylindrical-coordinate representation of color #E7BDEF: hue angle of 290.4º 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 #E7BDEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231189239-
CMYK0.030.2100.06
HSL290.4º60.98%83.92%-
HSV(B)290.4º20.92%93.73%-
XYZ66.7359.6289.65-
YUV207.26145.91144.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=35.05%
G=28.68%
B=36.27%

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
Decimal2311892390.030.2100.06290.460.9883.92
HexE7BDEF315061223d54
Octal3472753573250644275124
Binary111001111011110111101111111010101101001000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDEF; }

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

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

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

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

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

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

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

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