#E7DAE8

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

Shades of Snuff #E7DAE8

Tints of Snuff #E7DAE8

Color information

#E7DAE8 (or 0xE7DAE8) is unknown color: approx Snuff. HEX triplet: E7, DA and E8. RGB value is (231,218,232). Sum of RGB (Red+Green+Blue) = 231+218+232=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAE8 is #182517. Grayscale: #DFDFDF. Windows color (decimal): -1582360 or 15260391. OLE color: 15260391.

HSL color Cylindrical-coordinate representation of color #E7DAE8: hue angle of 295.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DAE8 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB231218232-
CMYK0.000.0600.09
HSL295.71º23.33%88.24%-
HSV(B)295.71º6.03%90.98%-
XYZ72.5972.9686.6-
YUV223.48132.81133.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 232 (91.02% from 255) = 34.07%
R=33.92%
G=32.01%
B=34.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312182320.000.0600.09295.7123.3388.24
HexE7DAE806091281758
Octal3473323500601145027130
Binary111001111101101011101000011001001100101000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAE8; }

 p { color: rgb(231,218,232); }

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

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

 a { background-color: rgb(231,218,232); }

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

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

 span { border-color: rgb(231,218,232); }

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