#E1DFE9

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

Shades of Quartz #E1DFE9

Tints of Quartz #E1DFE9

Color information

#E1DFE9 (or 0xE1DFE9) is unknown color: approx Quartz. HEX triplet: E1, DF and E9. RGB value is (225,223,233). Sum of RGB (Red+Green+Blue) = 225+223+233=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFE9 is #1E2016. Grayscale: #E0E0E0. Windows color (decimal): -1974295 or 15327201. OLE color: 15327201.

HSL color Cylindrical-coordinate representation of color #E1DFE9: hue angle of 252º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DFE9 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225223233-
CMYK0.030.0400.09
HSL252º18.52%89.41%-
HSV(B)252º4.29%91.37%-
XYZ72.1574.6787.7-
YUV224.74132.66128.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 233 (91.41% from 255) = 34.21%
R=33.04%
G=32.75%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252232330.030.0400.0925218.5289.41
HexE1DFE93409fc1359
Octal3413373513401137423131
Binary111000011101111111101001111000100111111100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFE9; }

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

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

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

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

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

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

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

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