Html Css Color HEX #E1DCF3 Quartz

📋 copy color: '#E1DCF3'

red 225 ◦ green 220 ◦ blue 243

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

Shades of Quartz #E1DCF3

Tints of Quartz #E1DCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.98%

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 32.7%
G = 31.98%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1DCF3 (or 0xE1DCF3) is known color: Quartz. HEX triplet: E1, DC and F3. RGB value is (225,220,243). Sum of RGB (Red+Green+Blue) = 225+220+243=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF3 is #1E230C. Grayscale: #E0E0E0. Windows color (decimal): -1975053 or 15981793. OLE color: 15981793.

HSL color Cylindrical-coordinate representation of color #E1DCF3: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DCF3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 220 243 -
CMYK 0.07 0.09 0 0.05
HSL 253.04º 0.49% 0.91% -
HSV(B) 253.04º 0.09% 0.95% -
XYZ 72.82 73.67 95.17 -
YUV 224.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 225 220 243 0.07 0.09 0 0.05 253.04 0.49 0.91
Hex E1 DC F3 7 9 0 5 FD 31 5B
Octal 341 334 363 7 11 0 5 375 61 133
Binary 11100001 11011100 11110011 111 1001 0 101 11111101 110001 1011011

Color Harmonies of #E1DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCF3

Black with #E1DCF3

Text Example


Text Example

White with #E1DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCF3; }

 p { color: rgb(225,220,243); }

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

background-color css

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

 a { background-color: rgb(225,220,243); }

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

border-color css

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

 span { border-color: rgb(225,220,243); }

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