Html Css Color HEX #E2DCF6 Quartz

📋 copy color: '#E2DCF6'

red 226 ◦ green 220 ◦ blue 246

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

Shades of Quartz #E2DCF6

Tints of Quartz #E2DCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.79%

 BLUE value IS 246 (96.48% from 255) = 35.55%

R = 32.66%
G = 31.79%
B = 35.55%

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

#E2DCF6 (or 0xE2DCF6) is known color: Quartz. HEX triplet: E2, DC and F6. RGB value is (226,220,246). Sum of RGB (Red+Green+Blue) = 226+220+246=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCF6 is #1D2309. Grayscale: #E0E0E0. Windows color (decimal): -1909514 or 16178402. OLE color: 16178402.

HSL color Cylindrical-coordinate representation of color #E2DCF6: hue angle of 253.85º degrees, saturation: 0.59, 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 #E2DCF6 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 220 246 -
CMYK 0.08 0.11 0 0.04
HSL 253.85º 0.59% 0.91% -
HSV(B) 253.85º 0.11% 0.96% -
XYZ 73.59 74.01 97.6 -
YUV 224.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 226 220 246 0.08 0.11 0 0.04 253.85 0.59 0.91
Hex E2 DC F6 8 B 0 4 FE 3B 5B
Octal 342 334 366 10 13 0 4 376 73 133
Binary 11100010 11011100 11110110 1000 1011 0 100 11111110 111011 1011011

Color Harmonies of #E2DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCF6

Black with #E2DCF6

Text Example


Text Example

White with #E2DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCF6; }

 p { color: rgb(226,220,246); }

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

background-color css

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

 a { background-color: rgb(226,220,246); }

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

border-color css

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

 span { border-color: rgb(226,220,246); }

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