#E7D2DE

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

Shades of Prim #E7D2DE

Tints of Prim #E7D2DE

Color information

#E7D2DE (or 0xE7D2DE) is unknown color: approx Prim. HEX triplet: E7, D2 and DE. RGB value is (231,210,222). Sum of RGB (Red+Green+Blue) = 231+210+222=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2DE is #182D21. Grayscale: #D9D9D9. Windows color (decimal): -1584418 or 14602983. OLE color: 14602983.

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

Color convert

RGB231210222-
CMYK00.090.040.09
HSL325.71º30.43%86.47%-
HSV(B)325.71º9.09%90.59%-
XYZ69.1968.3678.65-
YUV217.65130.46137.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.84%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=34.84%
G=31.67%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121022200.090.040.09325.7130.4386.47
HexE7D2DE09491461e56
Octal34732233601141150636126
Binary111001111101001011011110010011001001101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2DE; }

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

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

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

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

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

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

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

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