#E1DCED

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

Shades of Quartz #E1DCED

Tints of Quartz #E1DCED

Color information

#E1DCED (or 0xE1DCED) is unknown color: approx Quartz. HEX triplet: E1, DC and ED. RGB value is (225,220,237). Sum of RGB (Red+Green+Blue) = 225+220+237=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCED is #1E2312. Grayscale: #DFDFDF. Windows color (decimal): -1975059 or 15588577. OLE color: 15588577.

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

Color convert

RGB225220237-
CMYK0.050.0700.07
HSL257.65º32.08%89.61%-
HSV(B)257.65º7.17%92.94%-
XYZ71.9373.3190.48-
YUV223.43135.66129.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=32.99%
G=32.26%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252202370.050.0700.07257.6532.0889.61
HexE1DCED5707102205a
Octal341334355570740240132
Binary11100001110111001110110110111101111000000101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCED; }

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

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

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

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

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

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

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

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