#E1DFEB

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

Shades of Quartz #E1DFEB

Tints of Quartz #E1DFEB

Color information

#E1DFEB (or 0xE1DFEB) is unknown color: approx Quartz. HEX triplet: E1, DF and EB. RGB value is (225,223,235). Sum of RGB (Red+Green+Blue) = 225+223+235=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEB is #1E2014. Grayscale: #E0E0E0. Windows color (decimal): -1974293 or 15458273. OLE color: 15458273.

HSL color Cylindrical-coordinate representation of color #E1DFEB: hue angle of 250º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DFEB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225223235-
CMYK0.040.0500.08
HSL250º23.08%89.8%-
HSV(B)250º5.11%92.16%-
XYZ72.4374.7889.21-
YUV224.97133.66128.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=32.94%
G=32.65%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252232350.040.0500.0825023.0889.8
HexE1DFEB4508fa175a
Octal3413373534501037227132
Binary1110000111011111111010111001010100011111010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFEB; }

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

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

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

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

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

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

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

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