#E0D7DC

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

Shades of Prim #E0D7DC

Tints of Prim #E0D7DC

Color information

#E0D7DC (or 0xE0D7DC) is unknown color: approx Prim. HEX triplet: E0, D7 and DC. RGB value is (224,215,220). Sum of RGB (Red+Green+Blue) = 224+215+220=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7DC is #1F2823. Grayscale: #DADADA. Windows color (decimal): -2041892 or 14473184. OLE color: 14473184.

HSL color Cylindrical-coordinate representation of color #E0D7DC: hue angle of 326.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D7DC is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224215220-
CMYK00.040.020.12
HSL326.67º12.68%86.08%-
HSV(B)326.67º4.02%87.84%-
XYZ67.9669.6277.57-
YUV218.26128.98132.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=33.99%
G=32.63%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421522000.040.020.12326.6712.6886.08
HexE0D7DC042C147d56
Octal3403273340421450715126
Binary111000001101011111011100010010110010100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7DC; }

 p { color: rgb(224,215,220); }

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

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

 a { background-color: rgb(224,215,220); }

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

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

 span { border-color: rgb(224,215,220); }

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