#E1DFEE

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

Shades of Quartz #E1DFEE

Tints of Quartz #E1DFEE

Color information

#E1DFEE (or 0xE1DFEE) is unknown color: approx Quartz. HEX triplet: E1, DF and EE. RGB value is (225,223,238). Sum of RGB (Red+Green+Blue) = 225+223+238=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEE is #1E2011. Grayscale: #E1E1E1. Windows color (decimal): -1974290 or 15654881. OLE color: 15654881.

HSL color Cylindrical-coordinate representation of color #E1DFEE: hue angle of 248º degrees, saturation: 0.31, 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 #E1DFEE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225223238-
CMYK0.050.0600.07
HSL248º30.61%90.39%-
HSV(B)248º6.3%93.33%-
XYZ72.8774.9691.52-
YUV225.31135.16127.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.80%
G=32.51%
B=34.69%

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
Decimal2252232380.050.0600.0724830.6190.39
HexE1DFEE5607f81f5a
Octal341337356560737037132
Binary111000011101111111101110101110011111111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFEE; }

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

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

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

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

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

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

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

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