#E1D9FF

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

Shades of Quartz #E1D9FF

Tints of Quartz #E1D9FF

Color information

#E1D9FF (or 0xE1D9FF) is unknown color: approx Quartz. HEX triplet: E1, D9 and FF. RGB value is (225,217,255). Sum of RGB (Red+Green+Blue) = 225+217+255=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9FF is #1E2600. Grayscale: #DFDFDF. Windows color (decimal): -1975809 or 16767457. OLE color: 16767457.

HSL color Cylindrical-coordinate representation of color #E1D9FF: hue angle of 252.63º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D9FF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225217255-
CMYK0.120.1500
HSL252.63º100%92.55%-
HSV(B)252.63º14.9%100%-
XYZ73.9172.85104.77-
YUV223.72145.65128.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 217 (85.16% from 255) = 31.13%
BLUE value IS 255 (100% from 255) = 36.59%
R=32.28%
G=31.13%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252172550.120.1500252.6310092.55
HexE1D9FFCF00fd645d
Octal341331377141700375144135
Binary11100001110110011111111111001111001111110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9FF; }

 p { color: rgb(225,217,255); }

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

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

 a { background-color: rgb(225,217,255); }

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

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

 span { border-color: rgb(225,217,255); }

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