#E1D8FE

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

Shades of Quartz #E1D8FE

Tints of Quartz #E1D8FE

Color information

#E1D8FE (or 0xE1D8FE) is unknown color: approx Quartz. HEX triplet: E1, D8 and FE. RGB value is (225,216,254). Sum of RGB (Red+Green+Blue) = 225+216+254=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8FE is #1E2701. Grayscale: #DEDEDE. Windows color (decimal): -1976066 or 16701665. OLE color: 16701665.

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

Color convert

RGB225216254-
CMYK0.110.1500.00
HSL254.21º95%92.16%-
HSV(B)254.21º14.96%99.61%-
XYZ73.572.28103.84-
YUV223.02145.48129.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.37%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=32.37%
G=31.08%
B=36.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252162540.110.1500.00254.219592.16
HexE1D8FEBF00fe5f5c
Octal341330376131700376137134
Binary11100001110110001111111010111111001111111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8FE; }

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

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

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

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

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

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

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

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