Html Css Color HEX #E1DCEF Quartz

📋 copy color: '#E1DCEF'

red 225 ◦ green 220 ◦ blue 239

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

Shades of Quartz #E1DCEF

Tints of Quartz #E1DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 32.89%
G = 32.16%
B = 34.94%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1DCEF (or 0xE1DCEF) is known color: Quartz. HEX triplet: E1, DC and EF. RGB value is (225,220,239). Sum of RGB (Red+Green+Blue) = 225+220+239=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEF is #1E2310. Grayscale: #DFDFDF. Windows color (decimal): -1975057 or 15719649. OLE color: 15719649.

HSL color Cylindrical-coordinate representation of color #E1DCEF: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DCEF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 220 239 -
CMYK 0.06 0.08 0 0.06
HSL 255.79º 0.37% 0.9% -
HSV(B) 255.79º 0.08% 0.94% -
XYZ 72.22 73.43 92.03 -
YUV 223.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 225 220 239 0.06 0.08 0 0.06 255.79 0.37 0.9
Hex E1 DC EF 6 8 0 6 100 25 5A
Octal 341 334 357 6 10 0 6 400 45 132
Binary 11100001 11011100 11101111 110 1000 0 110 100000000 100101 1011010

Color Harmonies of #E1DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCEF

Black with #E1DCEF

Text Example


Text Example

White with #E1DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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