Html Css Color HEX #E1DFEC Quartz

📋 copy color: '#E1DFEC'

red 225 ◦ green 223 ◦ blue 236

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

Shades of Quartz #E1DFEC

Tints of Quartz #E1DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.6%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 32.89%
G = 32.6%
B = 34.5%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1DFEC (or 0xE1DFEC) is known color: Quartz. HEX triplet: E1, DF and EC. RGB value is (225,223,236). Sum of RGB (Red+Green+Blue) = 225+223+236=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEC is #1E2013. Grayscale: #E1E1E1. Windows color (decimal): -1974292 or 15523809. OLE color: 15523809.

HSL color Cylindrical-coordinate representation of color #E1DFEC: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1DFEC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 223 236 -
CMYK 0.05 0.06 0 0.07
HSL 249.23º 0.25% 0.9% -
HSV(B) 249.23º 0.06% 0.93% -
XYZ 72.58 74.84 89.98 -
YUV 225.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 225 223 236 0.05 0.06 0 0.07 249.23 0.25 0.9
Hex E1 DF EC 5 6 0 7 F9 19 5A
Octal 341 337 354 5 6 0 7 371 31 132
Binary 11100001 11011111 11101100 101 110 0 111 11111001 11001 1011010

Color Harmonies of #E1DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFEC

Black with #E1DFEC

Text Example


Text Example

White with #E1DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFEC; }

 p { color: rgb(225,223,236); }

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

background-color css

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

 a { background-color: rgb(225,223,236); }

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

border-color css

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

 span { border-color: rgb(225,223,236); }

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