#E0DCFC

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

Shades of Quartz #E0DCFC

Tints of Quartz #E0DCFC

Color information

#E0DCFC (or 0xE0DCFC) is unknown color: approx Quartz. HEX triplet: E0, DC and FC. RGB value is (224,220,252). Sum of RGB (Red+Green+Blue) = 224+220+252=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFC is #1F2303. Grayscale: #E0E0E0. Windows color (decimal): -2040580 or 16571616. OLE color: 16571616.

HSL color Cylindrical-coordinate representation of color #E0DCFC: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DCFC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224220252-
CMYK0.110.1300.01
HSL247.5º84.21%92.55%-
HSV(B)247.5º12.7%98.82%-
XYZ73.974.06102.5-
YUV224.84143.33127.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=32.18%
G=31.61%
B=36.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242202520.110.1300.01247.584.2192.55
HexE0DCFCBD01f8545d
Octal340334374131501370124135
Binary11100000110111001111110010111101011111100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCFC; }

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

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

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

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

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

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

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

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