Html Css Color HEX #E0DAF2 Quartz

📋 copy color: '#E0DAF2'

red 224 ◦ green 218 ◦ blue 242

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

Shades of Quartz #E0DAF2

Tints of Quartz #E0DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.38%

R = 32.75%
G = 31.87%
B = 35.38%

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

#E0DAF2 (or 0xE0DAF2) is known color: Quartz. HEX triplet: E0, DA and F2. RGB value is (224,218,242). Sum of RGB (Red+Green+Blue) = 224+218+242=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF2 is #1F250D. Grayscale: #DEDEDE. Windows color (decimal): -2041102 or 15915744. OLE color: 15915744.

HSL color Cylindrical-coordinate representation of color #E0DAF2: hue angle of 255º degrees, saturation: 0.48, 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 #E0DAF2 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 218 242 -
CMYK 0.07 0.10 0 0.05
HSL 255º 0.48% 0.9% -
HSV(B) 255º 0.1% 0.95% -
XYZ 71.84 72.4 94.19 -
YUV 222.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 224 218 242 0.07 0.10 0 0.05 255 0.48 0.9
Hex E0 DA F2 7 A 0 5 FF 30 5A
Octal 340 332 362 7 12 0 5 377 60 132
Binary 11100000 11011010 11110010 111 1010 0 101 11111111 110000 1011010

Color Harmonies of #E0DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAF2

Black with #E0DAF2

Text Example


Text Example

White with #E0DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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