#E4D4DC

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

Shades of Prim #E4D4DC

Tints of Prim #E4D4DC

Color information

#E4D4DC (or 0xE4D4DC) is unknown color: approx Prim. HEX triplet: E4, D4 and DC. RGB value is (228,212,220). Sum of RGB (Red+Green+Blue) = 228+212+220=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4DC is #1B2B23. Grayscale: #D9D9D9. Windows color (decimal): -1780516 or 14472420. OLE color: 14472420.

HSL color Cylindrical-coordinate representation of color #E4D4DC: hue angle of 330º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4D4DC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228212220-
CMYK00.070.040.11
HSL330º22.86%86.27%-
HSV(B)330º7.02%89.41%-
XYZ68.4668.7577.37-
YUV217.7129.3135.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.55%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=34.55%
G=32.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821222000.070.040.1133022.8686.27
HexE4D4DC074B14a1756
Octal3443243340741351227126
Binary11100100110101001101110001111001011101001010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D4DC; }

 p { color: rgb(228,212,220); }

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

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

 a { background-color: rgb(228,212,220); }

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

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

 span { border-color: rgb(228,212,220); }

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