Html Css Color HEX #E0DAF1 Quartz

📋 copy color: '#E0DAF1'

red 224 ◦ green 218 ◦ blue 241

#E0DAF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #E0DAF1

Tints of Quartz #E0DAF1

RGB

 RED value IS 224 (87.89% from 255) = 32.8%

 GREEN value IS 218 (85.55% from 255) = 31.92%

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 32.8%
G = 31.92%
B = 35.29%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0DAF1 (or 0xE0DAF1) is known color: Quartz. HEX triplet: E0, DA and F1. RGB value is (224,218,241). Sum of RGB (Red+Green+Blue) = 224+218+241=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF1 is #1F250E. Grayscale: #DEDEDE. Windows color (decimal): -2041103 or 15850208. OLE color: 15850208.

HSL color Cylindrical-coordinate representation of color #E0DAF1: hue angle of 255.65º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DAF1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 218 241 -
CMYK 0.07 0.10 0 0.05
HSL 255.65º 0.45% 0.9% -
HSV(B) 255.65º 0.1% 0.95% -
XYZ 71.69 72.34 93.4 -
YUV 222.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 224 218 241 0.07 0.10 0 0.05 255.65 0.45 0.9
Hex E0 DA F1 7 A 0 5 100 2D 5A
Octal 340 332 361 7 12 0 5 400 55 132
Binary 11100000 11011010 11110001 111 1010 0 101 100000000 101101 1011010

Color Harmonies of #E0DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAF1

Black with #E0DAF1

Text Example


Text Example

White with #E0DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAF1; }

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

 H1.HeaderClassName
 {
   color: #E0DAF1;
 }
 .AnyTagClassName
 {
   color: #E0DAF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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