Html Css Color HEX #E0D8FA Quartz

📋 copy color: '#E0D8FA'

red 224 ◦ green 216 ◦ blue 250

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

Shades of Quartz #E0D8FA

Tints of Quartz #E0D8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.3%

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

R = 32.46%
G = 31.3%
B = 36.23%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0D8FA (or 0xE0D8FA) is known color: Quartz. HEX triplet: E0, D8 and FA. RGB value is (224,216,250). Sum of RGB (Red+Green+Blue) = 224+216+250=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8FA is #1F2705. Grayscale: #DEDEDE. Windows color (decimal): -2041606 or 16439520. OLE color: 16439520.

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

Color convert

RGB 224 216 250 -
CMYK 0.10 0.14 0 0.02
HSL 254.12º 0.77% 0.91% -
HSV(B) 254.12º 0.14% 0.98% -
XYZ 72.55 71.86 100.49 -
YUV 222.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 224 216 250 0.10 0.14 0 0.02 254.12 0.77 0.91
Hex E0 D8 FA A E 0 2 FE 4D 5B
Octal 340 330 372 12 16 0 2 376 115 133
Binary 11100000 11011000 11111010 1010 1110 0 10 11111110 1001101 1011011

Color Harmonies of #E0D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D8FA

Black with #E0D8FA

Text Example


Text Example

White with #E0D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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