#E0DEED

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

Shades of Quartz #E0DEED

Tints of Quartz #E0DEED

Color information

#E0DEED (or 0xE0DEED) is unknown color: approx Quartz. HEX triplet: E0, DE and ED. RGB value is (224,222,237). Sum of RGB (Red+Green+Blue) = 224+222+237=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEED is #1F2112. Grayscale: #E0E0E0. Windows color (decimal): -2040083 or 15589088. OLE color: 15589088.

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

Color convert

RGB224222237-
CMYK0.050.0600.07
HSL248º29.41%90%-
HSV(B)248º6.33%92.94%-
XYZ72.1574.290.64-
YUV224.31135.16127.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=32.80%
G=32.50%
B=34.70%

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
Decimal2242222370.050.0600.0724829.4190
HexE0DEED5607f81d5a
Octal340336355560737035132
Binary111000001101111011101101101110011111111000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEED; }

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

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

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

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

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

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

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

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