#E2D9DF

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

Shades of Prim #E2D9DF

Tints of Prim #E2D9DF

Color information

#E2D9DF (or 0xE2D9DF) is unknown color: approx Prim. HEX triplet: E2, D9 and DF. RGB value is (226,217,223). Sum of RGB (Red+Green+Blue) = 226+217+223=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9DF is #1D2620. Grayscale: #DCDCDC. Windows color (decimal): -1910305 or 14670306. OLE color: 14670306.

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

Color convert

RGB226217223-
CMYK00.040.010.11
HSL320º13.43%86.86%-
HSV(B)320º3.98%88.63%-
XYZ69.571.1279.88-
YUV220.37129.48132.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=33.93%
G=32.58%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621722300.040.010.1132013.4386.86
HexE2D9DF041B140d57
Octal3423313370411350015127
Binary11100010110110011101111101001101110100000011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9DF; }

 p { color: rgb(226,217,223); }

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

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

 a { background-color: rgb(226,217,223); }

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

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

 span { border-color: rgb(226,217,223); }

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