Html Css Color HEX #E0D9FA Quartz

📋 copy color: '#E0D9FA'

red 224 ◦ green 217 ◦ blue 250

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

Shades of Quartz #E0D9FA

Tints of Quartz #E0D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

 BLUE value IS 250 (98.05% from 255) = 36.18%

R = 32.42%
G = 31.4%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0D9FA (or 0xE0D9FA) is known color: Quartz. HEX triplet: E0, D9 and FA. RGB value is (224,217,250). Sum of RGB (Red+Green+Blue) = 224+217+250=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9FA is #1F2605. Grayscale: #DEDEDE. Windows color (decimal): -2041350 or 16439776. OLE color: 16439776.

HSL color Cylindrical-coordinate representation of color #E0D9FA: hue angle of 252.73º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0D9FA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 217 250 -
CMYK 0.10 0.13 0 0.02
HSL 252.73º 0.77% 0.92% -
HSV(B) 252.73º 0.13% 0.98% -
XYZ 72.81 72.38 100.57 -
YUV 222.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 224 217 250 0.10 0.13 0 0.02 252.73 0.77 0.92
Hex E0 D9 FA A D 0 2 FD 4D 5C
Octal 340 331 372 12 15 0 2 375 115 134
Binary 11100000 11011001 11111010 1010 1101 0 10 11111101 1001101 1011100

Color Harmonies of #E0D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9FA

Black with #E0D9FA

Text Example


Text Example

White with #E0D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9FA; }

 p { color: rgb(224,217,250); }

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

background-color css

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

 a { background-color: rgb(224,217,250); }

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

border-color css

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

 span { border-color: rgb(224,217,250); }

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