#E7D2DC

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

Shades of Prim #E7D2DC

Tints of Prim #E7D2DC

Color information

#E7D2DC (or 0xE7D2DC) is unknown color: approx Prim. HEX triplet: E7, D2 and DC. RGB value is (231,210,220). Sum of RGB (Red+Green+Blue) = 231+210+220=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2DC is #182D23. Grayscale: #D9D9D9. Windows color (decimal): -1584420 or 14471911. OLE color: 14471911.

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

Color convert

RGB231210220-
CMYK00.090.050.09
HSL331.43º30.43%86.47%-
HSV(B)331.43º9.09%90.59%-
XYZ68.9268.2577.25-
YUV217.42129.46137.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=34.95%
G=31.77%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121022000.090.050.09331.4330.4386.47
HexE7D2DC095914b1e56
Octal34732233401151151336126
Binary111001111101001011011100010011011001101001011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2DC; }

 p { color: rgb(231,210,220); }

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

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

 a { background-color: rgb(231,210,220); }

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

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

 span { border-color: rgb(231,210,220); }

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