#E7D0DC

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

Shades of Prim #E7D0DC

Tints of Prim #E7D0DC

Color information

#E7D0DC (or 0xE7D0DC) is unknown color: approx Prim. HEX triplet: E7, D0 and DC. RGB value is (231,208,220). Sum of RGB (Red+Green+Blue) = 231+208+220=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0DC is #182F23. Grayscale: #D8D8D8. Windows color (decimal): -1584932 or 14471399. OLE color: 14471399.

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

Color convert

RGB231208220-
CMYK00.100.050.09
HSL328.7º32.39%86.08%-
HSV(B)328.7º9.96%90.59%-
XYZ68.4367.2777.09-
YUV216.24130.12138.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=35.05%
G=31.56%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120822000.100.050.09328.732.3986.08
HexE7D0DC0A591492056
Octal34732033401251151140126
Binary1110011111010000110111000101010110011010010011000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0DC; }

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

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

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

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

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

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

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

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