Html Css Color HEX #E1D7F9 Quartz

📋 copy color: '#E1D7F9'

red 225 ◦ green 215 ◦ blue 249

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

Shades of Quartz #E1D7F9

Tints of Quartz #E1D7F9

RGB

 RED value IS 225 (88.28% from 255) = 32.66%

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

 BLUE value IS 249 (97.66% from 255) = 36.14%

R = 32.66%
G = 31.2%
B = 36.14%

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

#E1D7F9 (or 0xE1D7F9) is known color: Quartz. HEX triplet: E1, D7 and F9. RGB value is (225,215,249). Sum of RGB (Red+Green+Blue) = 225+215+249=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1D7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7F9 is #1E2806. Grayscale: #DDDDDD. Windows color (decimal): -1976327 or 16373729. OLE color: 16373729.

HSL color Cylindrical-coordinate representation of color #E1D7F9: hue angle of 257.65º degrees, saturation: 0.74, 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 #E1D7F9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 215 249 -
CMYK 0.10 0.14 0 0.02
HSL 257.65º 0.74% 0.91% -
HSV(B) 257.65º 0.14% 0.98% -
XYZ 72.45 71.45 99.59 -
YUV 221.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 225 215 249 0.10 0.14 0 0.02 257.65 0.74 0.91
Hex E1 D7 F9 A E 0 2 102 4A 5B
Octal 341 327 371 12 16 0 2 402 112 133
Binary 11100001 11010111 11111001 1010 1110 0 10 100000010 1001010 1011011

Color Harmonies of #E1D7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7F9

Black with #E1D7F9

Text Example


Text Example

White with #E1D7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7F9; }

 p { color: rgb(225,215,249); }

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

background-color css

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

 a { background-color: rgb(225,215,249); }

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

border-color css

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

 span { border-color: rgb(225,215,249); }

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