#E8D2E3

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

Shades of Snuff #E8D2E3

Tints of Snuff #E8D2E3

Color information

#E8D2E3 (or 0xE8D2E3) is unknown color: approx Snuff. HEX triplet: E8, D2 and E3. RGB value is (232,210,227). Sum of RGB (Red+Green+Blue) = 232+210+227=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2E3 is #172D1C. Grayscale: #DADADA. Windows color (decimal): -1518877 or 14930664. OLE color: 14930664.

HSL color Cylindrical-coordinate representation of color #E8D2E3: hue angle of 313.64º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D2E3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB232210227-
CMYK00.090.020.09
HSL313.64º32.35%86.67%-
HSV(B)313.64º9.48%90.98%-
XYZ70.1968.882.25-
YUV218.52132.79137.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=34.68%
G=31.39%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221022700.090.020.09313.6432.3586.67
HexE8D2E3092913a2057
Octal35032234301121147240127
Binary111010001101001011100011010011010011001110101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2E3; }

 p { color: rgb(232,210,227); }

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

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

 a { background-color: rgb(232,210,227); }

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

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

 span { border-color: rgb(232,210,227); }

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