#E0DCEE

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

Shades of Quartz #E0DCEE

Tints of Quartz #E0DCEE

Color information

#E0DCEE (or 0xE0DCEE) is unknown color: approx Quartz. HEX triplet: E0, DC and EE. RGB value is (224,220,238). Sum of RGB (Red+Green+Blue) = 224+220+238=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCEE is #1F2311. Grayscale: #DFDFDF. Windows color (decimal): -2040594 or 15654112. OLE color: 15654112.

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

Color convert

RGB224220238-
CMYK0.060.0800.07
HSL253.33º34.62%89.8%-
HSV(B)253.33º7.56%93.33%-
XYZ71.7773.2191.24-
YUV223.25136.33128.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=32.84%
G=32.26%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242202380.060.0800.07253.3334.6289.8
HexE0DCEE6807fd235a
Octal3403343566100737543132
Binary11100000110111001110111011010000111111111011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCEE; }

 p { color: rgb(224,220,238); }

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

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

 a { background-color: rgb(224,220,238); }

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

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

 span { border-color: rgb(224,220,238); }

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