#E1D8FF

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

Shades of Quartz #E1D8FF

Tints of Quartz #E1D8FF

Color information

#E1D8FF (or 0xE1D8FF) is unknown color: approx Quartz. HEX triplet: E1, D8 and FF. RGB value is (225,216,255). Sum of RGB (Red+Green+Blue) = 225+216+255=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8FF is #1E2700. Grayscale: #DEDEDE. Windows color (decimal): -1976065 or 16767201. OLE color: 16767201.

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

Color convert

RGB225216255-
CMYK0.120.1500
HSL253.85º100%92.35%-
HSV(B)253.85º15.29%100%-
XYZ73.6672.34104.69-
YUV223.14145.98129.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.33%
GREEN value IS 216 (84.77% from 255) = 31.03%
BLUE value IS 255 (100% from 255) = 36.64%
R=32.33%
G=31.03%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252162550.120.1500253.8510092.35
HexE1D8FFCF00fe645c
Octal341330377141700376144134
Binary11100001110110001111111111001111001111111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8FF; }

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

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

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

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

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

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

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

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