Html Css Color HEX #E2DAF9 Quartz

📋 copy color: '#E2DAF9'

red 226 ◦ green 218 ◦ blue 249

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

Shades of Quartz #E2DAF9

Tints of Quartz #E2DAF9

RGB

 RED value IS 226 (88.67% from 255) = 32.61%

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

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 32.61%
G = 31.46%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DAF9 (or 0xE2DAF9) is known color: Quartz. HEX triplet: E2, DA and F9. RGB value is (226,218,249). Sum of RGB (Red+Green+Blue) = 226+218+249=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAF9 is #1D2506. Grayscale: #DFDFDF. Windows color (decimal): -1910023 or 16374498. OLE color: 16374498.

HSL color Cylindrical-coordinate representation of color #E2DAF9: hue angle of 255.48º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DAF9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 218 249 -
CMYK 0.09 0.12 0 0.02
HSL 255.48º 0.72% 0.92% -
HSV(B) 255.48º 0.12% 0.98% -
XYZ 73.53 73.15 99.87 -
YUV 223.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 226 218 249 0.09 0.12 0 0.02 255.48 0.72 0.92
Hex E2 DA F9 9 C 0 2 FF 48 5C
Octal 342 332 371 11 14 0 2 377 110 134
Binary 11100010 11011010 11111001 1001 1100 0 10 11111111 1001000 1011100

Color Harmonies of #E2DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DAF9

Black with #E2DAF9

Text Example


Text Example

White with #E2DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DAF9; }

 p { color: rgb(226,218,249); }

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

background-color css

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

 a { background-color: rgb(226,218,249); }

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

border-color css

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

 span { border-color: rgb(226,218,249); }

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