#E2DFEB

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

Shades of Quartz #E2DFEB

Tints of Quartz #E2DFEB

Color information

#E2DFEB (or 0xE2DFEB) is unknown color: approx Quartz. HEX triplet: E2, DF and EB. RGB value is (226,223,235). Sum of RGB (Red+Green+Blue) = 226+223+235=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFEB is #1D2014. Grayscale: #E1E1E1. Windows color (decimal): -1908757 or 15458274. OLE color: 15458274.

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

Color convert

RGB226223235-
CMYK0.040.0500.08
HSL255º23.08%89.8%-
HSV(B)255º5.11%92.16%-
XYZ72.7574.9489.23-
YUV225.26133.49128.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=33.04%
G=32.60%
B=34.36%

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
Decimal2262232350.040.0500.0825523.0889.8
HexE2DFEB4508ff175a
Octal3423373534501037727132
Binary1110001011011111111010111001010100011111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFEB; }

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

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

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

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

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

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

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

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