#E0D9FF

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

Shades of Quartz #E0D9FF

Tints of Quartz #E0D9FF

Color information

#E0D9FF (or 0xE0D9FF) is unknown color: approx Quartz. HEX triplet: E0, D9 and FF. RGB value is (224,217,255). Sum of RGB (Red+Green+Blue) = 224+217+255=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9FF is #1F2600. Grayscale: #DFDFDF. Windows color (decimal): -2041345 or 16767456. OLE color: 16767456.

HSL color Cylindrical-coordinate representation of color #E0D9FF: hue angle of 251.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D9FF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224217255-
CMYK0.120.1500
HSL251.05º100%92.55%-
HSV(B)251.05º14.9%100%-
XYZ73.672.69104.76-
YUV223.42145.82128.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 217 (85.16% from 255) = 31.18%
BLUE value IS 255 (100% from 255) = 36.64%
R=32.18%
G=31.18%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242172550.120.1500251.0510092.55
HexE0D9FFCF00fb645d
Octal340331377141700373144135
Binary11100000110110011111111111001111001111101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9FF; }

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

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

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

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

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

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

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

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