#E1DDDF

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

Shades of Prim #E1DDDF

Tints of Prim #E1DDDF

Color information

#E1DDDF (or 0xE1DDDF) is unknown color: approx Prim. HEX triplet: E1, DD and DF. RGB value is (225,221,223). Sum of RGB (Red+Green+Blue) = 225+221+223=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDDF is #1E2220. Grayscale: #DEDEDE. Windows color (decimal): -1974817 or 14671329. OLE color: 14671329.

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

Color convert

RGB225221223-
CMYK00.020.010.12
HSL330º6.25%87.45%-
HSV(B)330º1.78%88.24%-
XYZ70.2373.0580.21-
YUV222.42128.33129.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=33.63%
G=33.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522122300.020.010.123306.2587.45
HexE1DDDF021C14a657
Octal341335337021145126127
Binary111000011101110111011111010111001010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDDF; }

 p { color: rgb(225,221,223); }

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

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

 a { background-color: rgb(225,221,223); }

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

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

 span { border-color: rgb(225,221,223); }

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