#E4D6DF

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

Shades of Prim #E4D6DF

Tints of Prim #E4D6DF

Color information

#E4D6DF (or 0xE4D6DF) is unknown color: approx Prim. HEX triplet: E4, D6 and DF. RGB value is (228,214,223). Sum of RGB (Red+Green+Blue) = 228+214+223=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D6DF is #1B2920. Grayscale: #DBDBDB. Windows color (decimal): -1780001 or 14669540. OLE color: 14669540.

HSL color Cylindrical-coordinate representation of color #E4D6DF: hue angle of 321.43º 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 #E4D6DF is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228214223-
CMYK00.060.020.11
HSL321.43º20.59%86.67%-
HSV(B)321.43º6.14%89.41%-
XYZ69.3669.9179.65-
YUV219.21130.14134.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=34.29%
G=32.18%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821422300.060.020.11321.4320.5986.67
HexE4D6DF062B1411557
Octal3443263370621350125127
Binary1110010011010110110111110110101011101000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D6DF; }

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

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

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

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

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

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

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

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