#E1D5FF

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

Shades of Quartz #E1D5FF

Tints of Quartz #E1D5FF

Color information

#E1D5FF (or 0xE1D5FF) is unknown color: approx Quartz. HEX triplet: E1, D5 and FF. RGB value is (225,213,255). Sum of RGB (Red+Green+Blue) = 225+213+255=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5FF is #1E2A00. Grayscale: #DDDDDD. Windows color (decimal): -1976833 or 16766433. OLE color: 16766433.

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

Color convert

RGB225213255-
CMYK0.120.1600
HSL257.14º100%91.76%-
HSV(B)257.14º16.47%100%-
XYZ72.970.82104.43-
YUV221.38146.98130.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.47%
GREEN value IS 213 (83.59% from 255) = 30.74%
BLUE value IS 255 (100% from 255) = 36.80%
R=32.47%
G=30.74%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252132550.120.1600257.1410091.76
HexE1D5FFC1000101645c
Octal341325377142000401144134
Binary1110000111010101111111111100100000010000000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5FF; }

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

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

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

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

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

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

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

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