#E2DEEC

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

Shades of Quartz #E2DEEC

Tints of Quartz #E2DEEC

Color information

#E2DEEC (or 0xE2DEEC) is unknown color: approx Quartz. HEX triplet: E2, DE and EC. RGB value is (226,222,236). Sum of RGB (Red+Green+Blue) = 226+222+236=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEEC is #1D2113. Grayscale: #E0E0E0. Windows color (decimal): -1909012 or 15523554. OLE color: 15523554.

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

Color convert

RGB226222236-
CMYK0.040.0600.07
HSL257.14º26.92%89.8%-
HSV(B)257.14º5.93%92.55%-
XYZ72.6374.4789.9-
YUV224.79134.33128.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=33.04%
G=32.46%
B=34.50%

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
Decimal2262222360.040.0600.07257.1426.9289.8
HexE2DEEC46071011b5a
Octal342336354460740133132
Binary1110001011011110111011001001100111100000001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEEC; }

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

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

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

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

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

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

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

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