#E1DCF1

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

Shades of Quartz #E1DCF1

Tints of Quartz #E1DCF1

Color information

#E1DCF1 (or 0xE1DCF1) is unknown color: approx Quartz. HEX triplet: E1, DC and F1. RGB value is (225,220,241). Sum of RGB (Red+Green+Blue) = 225+220+241=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF1 is #1E230E. Grayscale: #DFDFDF. Windows color (decimal): -1975055 or 15850721. OLE color: 15850721.

HSL color Cylindrical-coordinate representation of color #E1DCF1: hue angle of 254.29º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DCF1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225220241-
CMYK0.070.0900.05
HSL254.29º42.86%90.39%-
HSV(B)254.29º8.71%94.51%-
XYZ72.5273.5493.59-
YUV223.89137.66128.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=32.80%
G=32.07%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252202410.070.0900.05254.2942.8690.39
HexE1DCF17905fe2b5a
Octal3413343617110537653132
Binary11100001110111001111000111110010101111111101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCF1; }

 p { color: rgb(225,220,241); }

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

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

 a { background-color: rgb(225,220,241); }

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

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

 span { border-color: rgb(225,220,241); }

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