Html Css Color HEX #E0D8FE Quartz

📋 copy color: '#E0D8FE'

red 224 ◦ green 216 ◦ blue 254

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

Shades of Quartz #E0D8FE

Tints of Quartz #E0D8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 32.28%
G = 31.12%
B = 36.6%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0D8FE (or 0xE0D8FE) is known color: Quartz. HEX triplet: E0, D8 and FE. RGB value is (224,216,254). Sum of RGB (Red+Green+Blue) = 224+216+254=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8FE is #1F2701. Grayscale: #DEDEDE. Windows color (decimal): -2041602 or 16701664. OLE color: 16701664.

HSL color Cylindrical-coordinate representation of color #E0D8FE: hue angle of 252.63º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D8FE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 216 254 -
CMYK 0.12 0.15 0 0.00
HSL 252.63º 0.95% 0.92% -
HSV(B) 252.63º 0.15% 1% -
XYZ 73.19 72.11 103.83 -
YUV 222.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 224 216 254 0.12 0.15 0 0.00 252.63 0.95 0.92
Hex E0 D8 FE C F 0 0 FD 5F 5C
Octal 340 330 376 14 17 0 0 375 137 134
Binary 11100000 11011000 11111110 1100 1111 0 0 11111101 1011111 1011100

Color Harmonies of #E0D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D8FE

Black with #E0D8FE

Text Example


Text Example

White with #E0D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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