Html Css Color HEX #E0DCFA Quartz

📋 copy color: '#E0DCFA'

red 224 ◦ green 220 ◦ blue 250

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

Shades of Quartz #E0DCFA

Tints of Quartz #E0DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 32.28%
G = 31.7%
B = 36.02%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0DCFA (or 0xE0DCFA) is known color: Quartz. HEX triplet: E0, DC and FA. RGB value is (224,220,250). Sum of RGB (Red+Green+Blue) = 224+220+250=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFA is #1F2305. Grayscale: #E0E0E0. Windows color (decimal): -2040582 or 16440544. OLE color: 16440544.

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

Color convert

RGB 224 220 250 -
CMYK 0.10 0.12 0 0.02
HSL 248º 0.75% 0.92% -
HSV(B) 248º 0.12% 0.98% -
XYZ 73.59 73.94 100.84 -
YUV 224.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 224 220 250 0.10 0.12 0 0.02 248 0.75 0.92
Hex E0 DC FA A C 0 2 F8 4B 5C
Octal 340 334 372 12 14 0 2 370 113 134
Binary 11100000 11011100 11111010 1010 1100 0 10 11111000 1001011 1011100

Color Harmonies of #E0DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCFA

Black with #E0DCFA

Text Example


Text Example

White with #E0DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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