#E2DFEC

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

Shades of Quartz #E2DFEC

Tints of Quartz #E2DFEC

Color information

#E2DFEC (or 0xE2DFEC) is unknown color: approx Quartz. HEX triplet: E2, DF and EC. RGB value is (226,223,236). Sum of RGB (Red+Green+Blue) = 226+223+236=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFEC is #1D2013. Grayscale: #E1E1E1. Windows color (decimal): -1908756 or 15523810. OLE color: 15523810.

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

Color convert

RGB226223236-
CMYK0.040.0600.07
HSL253.85º25.49%90%-
HSV(B)253.85º5.51%92.55%-
XYZ72.897589.99-
YUV225.38133.99128.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=32.99%
G=32.55%
B=34.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262232360.040.0600.07253.8525.4990
HexE2DFEC4607fe195a
Octal342337354460737631132
Binary111000101101111111101100100110011111111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFEC; }

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

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

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

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

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

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

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

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