Html Css Color HEX #E1DAF3 Quartz

📋 copy color: '#E1DAF3'

red 225 ◦ green 218 ◦ blue 243

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

Shades of Quartz #E1DAF3

Tints of Quartz #E1DAF3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.78%

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

R = 32.8%
G = 31.78%
B = 35.42%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1DAF3 (or 0xE1DAF3) is known color: Quartz. HEX triplet: E1, DA and F3. RGB value is (225,218,243). Sum of RGB (Red+Green+Blue) = 225+218+243=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF3 is #1E250C. Grayscale: #DEDEDE. Windows color (decimal): -1975565 or 15981281. OLE color: 15981281.

HSL color Cylindrical-coordinate representation of color #E1DAF3: hue angle of 256.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DAF3 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 218 243 -
CMYK 0.07 0.10 0 0.05
HSL 256.8º 0.51% 0.9% -
HSV(B) 256.8º 0.1% 0.95% -
XYZ 72.3 72.62 95 -
YUV 222.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 225 218 243 0.07 0.10 0 0.05 256.8 0.51 0.9
Hex E1 DA F3 7 A 0 5 101 33 5A
Octal 341 332 363 7 12 0 5 401 63 132
Binary 11100001 11011010 11110011 111 1010 0 101 100000001 110011 1011010

Color Harmonies of #E1DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAF3

Black with #E1DAF3

Text Example


Text Example

White with #E1DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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