#E0D3DC

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

Shades of Prim #E0D3DC

Tints of Prim #E0D3DC

Color information

#E0D3DC (or 0xE0D3DC) is unknown color: approx Prim. HEX triplet: E0, D3 and DC. RGB value is (224,211,220). Sum of RGB (Red+Green+Blue) = 224+211+220=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3DC is #1F2C23. Grayscale: #D7D7D7. Windows color (decimal): -2042916 or 14472160. OLE color: 14472160.

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

Color convert

RGB224211220-
CMYK00.060.020.12
HSL318.46º17.33%85.29%-
HSV(B)318.46º5.8%87.84%-
XYZ66.9567.677.23-
YUV215.91130.31133.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=34.20%
G=32.21%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421122000.060.020.12318.4617.3385.29
HexE0D3DC062C13e1155
Octal3403233340621447621125
Binary1110000011010011110111000110101100100111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3DC; }

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

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

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

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

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

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

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

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