Html Css Color HEX #E3DAF8 Quartz

📋 copy color: '#E3DAF8'

red 227 ◦ green 218 ◦ blue 248

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

Shades of Quartz #E3DAF8

Tints of Quartz #E3DAF8

RGB

 RED value IS 227 (89.06% from 255) = 32.76%

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

 BLUE value IS 248 (97.27% from 255) = 35.79%

R = 32.76%
G = 31.46%
B = 35.79%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E3DAF8 (or 0xE3DAF8) is known color: Quartz. HEX triplet: E3, DA and F8. RGB value is (227,218,248). Sum of RGB (Red+Green+Blue) = 227+218+248=693 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.76% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3DAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAF8 is #1C2507. Grayscale: #E0E0E0. Windows color (decimal): -1844488 or 16308963. OLE color: 16308963.

HSL color Cylindrical-coordinate representation of color #E3DAF8: hue angle of 258º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DAF8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 218 248 -
CMYK 0.08 0.12 0 0.03
HSL 258º 0.68% 0.91% -
HSV(B) 258º 0.12% 0.97% -
XYZ 73.69 73.25 99.06 -
YUV 224.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 227 218 248 0.08 0.12 0 0.03 258 0.68 0.91
Hex E3 DA F8 8 C 0 3 102 44 5B
Octal 343 332 370 10 14 0 3 402 104 133
Binary 11100011 11011010 11111000 1000 1100 0 11 100000010 1000100 1011011

Color Harmonies of #E3DAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DAF8

Black with #E3DAF8

Text Example


Text Example

White with #E3DAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DAF8; }

 p { color: rgb(227,218,248); }

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

background-color css

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

 a { background-color: rgb(227,218,248); }

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

border-color css

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

 span { border-color: rgb(227,218,248); }

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