#E0DEE7

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

Shades of Quartz #E0DEE7

Tints of Quartz #E0DEE7

Color information

#E0DEE7 (or 0xE0DEE7) is unknown color: approx Quartz. HEX triplet: E0, DE and E7. RGB value is (224,222,231). Sum of RGB (Red+Green+Blue) = 224+222+231=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEE7 is #1F2118. Grayscale: #DFDFDF. Windows color (decimal): -2040089 or 15195872. OLE color: 15195872.

HSL color Cylindrical-coordinate representation of color #E0DEE7: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0DEE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224222231-
CMYK0.030.0400.09
HSL253.33º15.79%88.82%-
HSV(B)253.33º3.9%90.59%-
XYZ71.2973.8686.1-
YUV223.62132.16128.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 231 (90.62% from 255) = 34.12%
R=33.09%
G=32.79%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242222310.030.0400.09253.3315.7988.82
HexE0DEE73409fd1059
Octal3403363473401137520131
Binary111000001101111011100111111000100111111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEE7; }

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

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

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

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

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

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

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

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