#E0D9F6

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

Shades of Quartz #E0D9F6

Tints of Quartz #E0D9F6

Color information

#E0D9F6 (or 0xE0D9F6) is unknown color: approx Quartz. HEX triplet: E0, D9 and F6. RGB value is (224,217,246). Sum of RGB (Red+Green+Blue) = 224+217+246=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0D9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9F6 is #1F2609. Grayscale: #DEDEDE. Windows color (decimal): -2041354 or 16177632. OLE color: 16177632.

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

Color convert

RGB224217246-
CMYK0.090.1200.04
HSL254.48º61.7%90.78%-
HSV(B)254.48º11.79%96.47%-
XYZ72.1972.1397.31-
YUV222.4141.32129.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.61%
GREEN value IS 217 (85.16% from 255) = 31.59%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=32.61%
G=31.59%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242172460.090.1200.04254.4861.790.78
HexE0D9F69C04fe3e5b
Octal34033136611140437676133
Binary111000001101100111110110100111000100111111101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9F6; }

 p { color: rgb(224,217,246); }

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

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

 a { background-color: rgb(224,217,246); }

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

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

 span { border-color: rgb(224,217,246); }

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