#E0DFEB

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

Shades of Quartz #E0DFEB

Tints of Quartz #E0DFEB

Color information

#E0DFEB (or 0xE0DFEB) is unknown color: approx Quartz. HEX triplet: E0, DF and EB. RGB value is (224,223,235). Sum of RGB (Red+Green+Blue) = 224+223+235=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFEB is #1F2014. Grayscale: #E0E0E0. Windows color (decimal): -2039829 or 15458272. OLE color: 15458272.

HSL color Cylindrical-coordinate representation of color #E0DFEB: hue angle of 245º 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 #E0DFEB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224223235-
CMYK0.050.0500.08
HSL245º23.08%89.8%-
HSV(B)245º5.11%92.16%-
XYZ72.1274.6289.2-
YUV224.67133.83127.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=32.84%
G=32.70%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242232350.050.0500.0824523.0889.8
HexE0DFEB5508f5175a
Octal3403373535501036527132
Binary1110000011011111111010111011010100011110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFEB; }

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

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

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

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

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

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

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

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