#E1D9FD

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

Shades of Quartz #E1D9FD

Tints of Quartz #E1D9FD

Color information

#E1D9FD (or 0xE1D9FD) is unknown color: approx Quartz. HEX triplet: E1, D9 and FD. RGB value is (225,217,253). Sum of RGB (Red+Green+Blue) = 225+217+253=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9FD is #1E2602. Grayscale: #DFDFDF. Windows color (decimal): -1975811 or 16636385. OLE color: 16636385.

HSL color Cylindrical-coordinate representation of color #E1D9FD: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D9FD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225217253-
CMYK0.110.1400.01
HSL253.33º90%92.16%-
HSV(B)253.33º14.23%99.22%-
XYZ73.5972.73103.09-
YUV223.5144.65129.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.37%
GREEN value IS 217 (85.16% from 255) = 31.22%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=32.37%
G=31.22%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252172530.110.1400.01253.339092.16
HexE1D9FDBE01fd5a5c
Octal341331375131601375132134
Binary11100001110110011111110110111110011111110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9FD; }

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

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

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

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

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

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

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

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