#E1DFED

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

Shades of Quartz #E1DFED

Tints of Quartz #E1DFED

Color information

#E1DFED (or 0xE1DFED) is unknown color: approx Quartz. HEX triplet: E1, DF and ED. RGB value is (225,223,237). Sum of RGB (Red+Green+Blue) = 225+223+237=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFED is #1E2012. Grayscale: #E1E1E1. Windows color (decimal): -1974291 or 15589345. OLE color: 15589345.

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

Color convert

RGB225223237-
CMYK0.050.0600.07
HSL248.57º28%90.2%-
HSV(B)248.57º5.91%92.94%-
XYZ72.7374.990.74-
YUV225.19134.66127.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.85%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=32.85%
G=32.55%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252232370.050.0600.07248.572890.2
HexE1DFED5607f91c5a
Octal341337355560737134132
Binary111000011101111111101101101110011111111001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFED; }

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

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

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

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

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

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

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

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