Html Css Color HEX #E0D7FE Quartz

📋 copy color: '#E0D7FE'

red 224 ◦ green 215 ◦ blue 254

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

Shades of Quartz #E0D7FE

Tints of Quartz #E0D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.02%

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

R = 32.32%
G = 31.02%
B = 36.65%

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

#E0D7FE (or 0xE0D7FE) is known color: Quartz. HEX triplet: E0, D7 and FE. RGB value is (224,215,254). Sum of RGB (Red+Green+Blue) = 224+215+254=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7FE is #1F2801. Grayscale: #DDDDDD. Windows color (decimal): -2041858 or 16701408. OLE color: 16701408.

HSL color Cylindrical-coordinate representation of color #E0D7FE: hue angle of 253.85º 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 #E0D7FE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 215 254 -
CMYK 0.12 0.15 0 0.00
HSL 253.85º 0.95% 0.92% -
HSV(B) 253.85º 0.15% 1% -
XYZ 72.93 71.6 103.74 -
YUV 222.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 224 215 254 0.12 0.15 0 0.00 253.85 0.95 0.92
Hex E0 D7 FE C F 0 0 FE 5F 5C
Octal 340 327 376 14 17 0 0 376 137 134
Binary 11100000 11010111 11111110 1100 1111 0 0 11111110 1011111 1011100

Color Harmonies of #E0D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D7FE

Black with #E0D7FE

Text Example


Text Example

White with #E0D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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