#E7DDE6

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

Shades of Snuff #E7DDE6

Tints of Snuff #E7DDE6

Color information

#E7DDE6 (or 0xE7DDE6) is unknown color: approx Snuff. HEX triplet: E7, DD and E6. RGB value is (231,221,230). Sum of RGB (Red+Green+Blue) = 231+221+230=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDE6 is #182219. Grayscale: #E0E0E0. Windows color (decimal): -1581594 or 15130087. OLE color: 15130087.

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

Color convert

RGB231221230-
CMYK00.040.000.09
HSL306º17.24%88.63%-
HSV(B)306º4.33%90.59%-
XYZ73.0974.4285.37-
YUV225.02130.81132.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.87%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=33.87%
G=32.40%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122123000.040.000.0930617.2488.63
HexE7DDE604091321159
Octal3473353460401146221131
Binary111001111101110111100110010001001100110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDE6; }

 p { color: rgb(231,221,230); }

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

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

 a { background-color: rgb(231,221,230); }

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

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

 span { border-color: rgb(231,221,230); }

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