Html Css Color HEX #E1D9F9 Quartz

📋 copy color: '#E1D9F9'

red 225 ◦ green 217 ◦ blue 249

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

Shades of Quartz #E1D9F9

Tints of Quartz #E1D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

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

R = 32.56%
G = 31.4%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1D9F9 (or 0xE1D9F9) is known color: Quartz. HEX triplet: E1, D9 and F9. RGB value is (225,217,249). Sum of RGB (Red+Green+Blue) = 225+217+249=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1D9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9F9 is #1E2606. Grayscale: #DEDEDE. Windows color (decimal): -1975815 or 16374241. OLE color: 16374241.

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

Color convert

RGB 225 217 249 -
CMYK 0.10 0.13 0 0.02
HSL 255º 0.73% 0.91% -
HSV(B) 255º 0.13% 0.98% -
XYZ 72.96 72.47 99.77 -
YUV 223.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 225 217 249 0.10 0.13 0 0.02 255 0.73 0.91
Hex E1 D9 F9 A D 0 2 FF 49 5B
Octal 341 331 371 12 15 0 2 377 111 133
Binary 11100001 11011001 11111001 1010 1101 0 10 11111111 1001001 1011011

Color Harmonies of #E1D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9F9

Black with #E1D9F9

Text Example


Text Example

White with #E1D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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