Html Css Color HEX #E0D9F3 Quartz

📋 copy color: '#E0D9F3'

red 224 ◦ green 217 ◦ blue 243

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

Shades of Quartz #E0D9F3

Tints of Quartz #E0D9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.53%

R = 32.75%
G = 31.73%
B = 35.53%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0D9F3 (or 0xE0D9F3) is known color: Quartz. HEX triplet: E0, D9 and F3. RGB value is (224,217,243). Sum of RGB (Red+Green+Blue) = 224+217+243=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0D9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9F3 is #1F260C. Grayscale: #DDDDDD. Windows color (decimal): -2041357 or 15981024. OLE color: 15981024.

HSL color Cylindrical-coordinate representation of color #E0D9F3: hue angle of 256.15º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D9F3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 217 243 -
CMYK 0.08 0.11 0 0.05
HSL 256.15º 0.52% 0.9% -
HSV(B) 256.15º 0.11% 0.95% -
XYZ 71.73 71.94 94.9 -
YUV 222.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 224 217 243 0.08 0.11 0 0.05 256.15 0.52 0.9
Hex E0 D9 F3 8 B 0 5 100 34 5A
Octal 340 331 363 10 13 0 5 400 64 132
Binary 11100000 11011001 11110011 1000 1011 0 101 100000000 110100 1011010

Color Harmonies of #E0D9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9F3

Black with #E0D9F3

Text Example


Text Example

White with #E0D9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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