#E0DEEB

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

Shades of Quartz #E0DEEB

Tints of Quartz #E0DEEB

Color information

#E0DEEB (or 0xE0DEEB) is unknown color: approx Quartz. HEX triplet: E0, DE and EB. RGB value is (224,222,235). Sum of RGB (Red+Green+Blue) = 224+222+235=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEB is #1F2114. Grayscale: #E0E0E0. Windows color (decimal): -2040085 or 15458016. OLE color: 15458016.

HSL color Cylindrical-coordinate representation of color #E0DEEB: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DEEB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224222235-
CMYK0.050.0600.08
HSL249.23º24.53%89.61%-
HSV(B)249.23º5.53%92.16%-
XYZ71.8674.0989.11-
YUV224.08134.16127.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=32.89%
G=32.60%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242222350.050.0600.08249.2324.5389.61
HexE0DEEB5608f9195a
Octal3403363535601037131132
Binary1110000011011110111010111011100100011111001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEEB; }

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

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

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

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

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

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

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

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