#E7D9DE

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

Shades of Prim #E7D9DE

Tints of Prim #E7D9DE

Color information

#E7D9DE (or 0xE7D9DE) is unknown color: approx Prim. HEX triplet: E7, D9 and DE. RGB value is (231,217,222). Sum of RGB (Red+Green+Blue) = 231+217+222=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DE is #182621. Grayscale: #DDDDDD. Windows color (decimal): -1582626 or 14604775. OLE color: 14604775.

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

Color convert

RGB231217222-
CMYK00.060.040.09
HSL338.57º22.58%87.84%-
HSV(B)338.57º6.06%90.59%-
XYZ70.9571.8979.24-
YUV221.76128.14134.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=34.48%
G=32.39%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121722200.060.040.09338.5722.5887.84
HexE7D9DE06491531758
Octal3473313360641152327130
Binary11100111110110011101111001101001001101010011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9DE; }

 p { color: rgb(231,217,222); }

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

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

 a { background-color: rgb(231,217,222); }

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

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

 span { border-color: rgb(231,217,222); }

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