Html Css Color HEX #E1DFF0 Quartz

📋 copy color: '#E1DFF0'

red 225 ◦ green 223 ◦ blue 240

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

Shades of Quartz #E1DFF0

Tints of Quartz #E1DFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 32.7%
G = 32.41%
B = 34.88%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1DFF0 (or 0xE1DFF0) is known color: Quartz. HEX triplet: E1, DF and F0. RGB value is (225,223,240). Sum of RGB (Red+Green+Blue) = 225+223+240=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF0 is #1E200F. Grayscale: #E1E1E1. Windows color (decimal): -1974288 or 15785953. OLE color: 15785953.

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

Color convert

RGB 225 223 240 -
CMYK 0.06 0.07 0 0.06
HSL 247.06º 0.36% 0.91% -
HSV(B) 247.06º 0.07% 0.94% -
XYZ 73.17 75.07 93.07 -
YUV 225.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 225 223 240 0.06 0.07 0 0.06 247.06 0.36 0.91
Hex E1 DF F0 6 7 0 6 F7 24 5B
Octal 341 337 360 6 7 0 6 367 44 133
Binary 11100001 11011111 11110000 110 111 0 110 11110111 100100 1011011

Color Harmonies of #E1DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFF0

Black with #E1DFF0

Text Example


Text Example

White with #E1DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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