#E4D6DA

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

Shades of Prim #E4D6DA

Tints of Prim #E4D6DA

Color information

#E4D6DA (or 0xE4D6DA) is unknown color: approx Prim. HEX triplet: E4, D6 and DA. RGB value is (228,214,218). Sum of RGB (Red+Green+Blue) = 228+214+218=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D6DA is #1B2925. Grayscale: #DADADA. Windows color (decimal): -1780006 or 14341860. OLE color: 14341860.

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

Color convert

RGB228214218-
CMYK00.060.040.11
HSL342.86º20.59%86.67%-
HSV(B)342.86º6.14%89.41%-
XYZ68.769.6576.15-
YUV218.64127.64134.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.55%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=34.55%
G=32.42%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821421800.060.040.11342.8620.5986.67
HexE4D6DA064B1571557
Octal3443263320641352725127
Binary11100100110101101101101001101001011101010111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D6DA; }

 p { color: rgb(228,214,218); }

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

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

 a { background-color: rgb(228,214,218); }

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

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

 span { border-color: rgb(228,214,218); }

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