#E0DEEC

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

Shades of Quartz #E0DEEC

Tints of Quartz #E0DEEC

Color information

#E0DEEC (or 0xE0DEEC) is unknown color: approx Quartz. HEX triplet: E0, DE and EC. RGB value is (224,222,236). Sum of RGB (Red+Green+Blue) = 224+222+236=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEC is #1F2113. Grayscale: #E0E0E0. Windows color (decimal): -2040084 or 15523552. OLE color: 15523552.

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

Color convert

RGB224222236-
CMYK0.050.0600.07
HSL248.57º26.92%89.8%-
HSV(B)248.57º5.93%92.55%-
XYZ7274.1589.87-
YUV224.19134.66127.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=32.84%
G=32.55%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242222360.050.0600.07248.5726.9289.8
HexE0DEEC5607f91b5a
Octal340336354560737133132
Binary111000001101111011101100101110011111111001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEEC; }

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

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

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

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

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

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

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

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