Html Css Color HEX #E1DCF2 Quartz

📋 copy color: '#E1DCF2'

red 225 ◦ green 220 ◦ blue 242

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

Shades of Quartz #E1DCF2

Tints of Quartz #E1DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.23%

R = 32.75%
G = 32.02%
B = 35.23%

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

#E1DCF2 (or 0xE1DCF2) is known color: Quartz. HEX triplet: E1, DC and F2. RGB value is (225,220,242). Sum of RGB (Red+Green+Blue) = 225+220+242=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF2 is #1E230D. Grayscale: #DFDFDF. Windows color (decimal): -1975054 or 15916257. OLE color: 15916257.

HSL color Cylindrical-coordinate representation of color #E1DCF2: hue angle of 253.64º degrees, saturation: 0.46, 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 #E1DCF2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 220 242 -
CMYK 0.07 0.09 0 0.05
HSL 253.64º 0.46% 0.91% -
HSV(B) 253.64º 0.09% 0.95% -
XYZ 72.67 73.6 94.38 -
YUV 224 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 225 220 242 0.07 0.09 0 0.05 253.64 0.46 0.91
Hex E1 DC F2 7 9 0 5 FE 2E 5B
Octal 341 334 362 7 11 0 5 376 56 133
Binary 11100001 11011100 11110010 111 1001 0 101 11111110 101110 1011011

Color Harmonies of #E1DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCF2

Black with #E1DCF2

Text Example


Text Example

White with #E1DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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