Html Css Color HEX #E0DAF4 Quartz

📋 copy color: '#E0DAF4'

red 224 ◦ green 218 ◦ blue 244

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

Shades of Quartz #E0DAF4

Tints of Quartz #E0DAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.57%

R = 32.65%
G = 31.78%
B = 35.57%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E0DAF4 (or 0xE0DAF4) is known color: Quartz. HEX triplet: E0, DA and F4. RGB value is (224,218,244). Sum of RGB (Red+Green+Blue) = 224+218+244=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF4 is #1F250B. Grayscale: #DEDEDE. Windows color (decimal): -2041100 or 16046816. OLE color: 16046816.

HSL color Cylindrical-coordinate representation of color #E0DAF4: hue angle of 253.85º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DAF4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 218 244 -
CMYK 0.08 0.11 0 0.04
HSL 253.85º 0.54% 0.91% -
HSV(B) 253.85º 0.11% 0.96% -
XYZ 72.14 72.52 95.78 -
YUV 222.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 224 218 244 0.08 0.11 0 0.04 253.85 0.54 0.91
Hex E0 DA F4 8 B 0 4 FE 36 5B
Octal 340 332 364 10 13 0 4 376 66 133
Binary 11100000 11011010 11110100 1000 1011 0 100 11111110 110110 1011011

Color Harmonies of #E0DAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAF4

Black with #E0DAF4

Text Example


Text Example

White with #E0DAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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