#E0DAFE

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

Shades of Quartz #E0DAFE

Tints of Quartz #E0DAFE

Color information

#E0DAFE (or 0xE0DAFE) is unknown color: approx Quartz. HEX triplet: E0, DA and FE. RGB value is (224,218,254). Sum of RGB (Red+Green+Blue) = 224+218+254=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFE is #1F2501. Grayscale: #DFDFDF. Windows color (decimal): -2041090 or 16702176. OLE color: 16702176.

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

Color convert

RGB224218254-
CMYK0.120.1400.00
HSL250º94.74%92.55%-
HSV(B)250º14.17%99.61%-
XYZ73.773.15104-
YUV223.9144.99128.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=32.18%
G=31.32%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242182540.120.1400.0025094.7492.55
HexE0DAFECE00fa5f5d
Octal340332376141600372137135
Binary11100000110110101111111011001110001111101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAFE; }

 p { color: rgb(224,218,254); }

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

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

 a { background-color: rgb(224,218,254); }

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

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

 span { border-color: rgb(224,218,254); }

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