#E0D6FF

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

Shades of Quartz #E0D6FF

Tints of Quartz #E0D6FF

Color information

#E0D6FF (or 0xE0D6FF) is unknown color: approx Quartz. HEX triplet: E0, D6 and FF. RGB value is (224,214,255). Sum of RGB (Red+Green+Blue) = 224+214+255=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6FF is #1F2900. Grayscale: #DDDDDD. Windows color (decimal): -2042113 or 16766688. OLE color: 16766688.

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

Color convert

RGB224214255-
CMYK0.120.1600
HSL254.63º100%91.96%-
HSV(B)254.63º16.08%100%-
XYZ72.8471.16104.5-
YUV221.66146.81129.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.32%
GREEN value IS 214 (83.98% from 255) = 30.88%
BLUE value IS 255 (100% from 255) = 36.80%
R=32.32%
G=30.88%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242142550.120.1600254.6310091.96
HexE0D6FFC1000ff645c
Octal340326377142000377144134
Binary111000001101011011111111110010000001111111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6FF; }

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

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

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

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

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

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

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

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