Html Css Color HEX #E1DAF4 Quartz

📋 copy color: '#E1DAF4'

red 225 ◦ green 218 ◦ blue 244

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

Shades of Quartz #E1DAF4

Tints of Quartz #E1DAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.52%

R = 32.75%
G = 31.73%
B = 35.52%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1DAF4 (or 0xE1DAF4) is known color: Quartz. HEX triplet: E1, DA and F4. RGB value is (225,218,244). Sum of RGB (Red+Green+Blue) = 225+218+244=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF4 is #1E250B. Grayscale: #DEDEDE. Windows color (decimal): -1975564 or 16046817. OLE color: 16046817.

HSL color Cylindrical-coordinate representation of color #E1DAF4: hue angle of 256.15º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1DAF4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 218 244 -
CMYK 0.08 0.11 0 0.04
HSL 256.15º 0.54% 0.91% -
HSV(B) 256.15º 0.11% 0.96% -
XYZ 72.45 72.68 95.8 -
YUV 223.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 225 218 244 0.08 0.11 0 0.04 256.15 0.54 0.91
Hex E1 DA F4 8 B 0 4 100 36 5B
Octal 341 332 364 10 13 0 4 400 66 133
Binary 11100001 11011010 11110100 1000 1011 0 100 100000000 110110 1011011

Color Harmonies of #E1DAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAF4

Black with #E1DAF4

Text Example


Text Example

White with #E1DAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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