Html Css Color HEX #E2DCF1 Quartz

📋 copy color: '#E2DCF1'

red 226 ◦ green 220 ◦ blue 241

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

Shades of Quartz #E2DCF1

Tints of Quartz #E2DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.08%

R = 32.9%
G = 32.02%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2DCF1 (or 0xE2DCF1) is known color: Quartz. HEX triplet: E2, DC and F1. RGB value is (226,220,241). Sum of RGB (Red+Green+Blue) = 226+220+241=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCF1 is #1D230E. Grayscale: #E0E0E0. Windows color (decimal): -1909519 or 15850722. OLE color: 15850722.

HSL color Cylindrical-coordinate representation of color #E2DCF1: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DCF1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 220 241 -
CMYK 0.06 0.09 0 0.05
HSL 257.14º 0.43% 0.9% -
HSV(B) 257.14º 0.09% 0.95% -
XYZ 72.83 73.71 93.61 -
YUV 224.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 226 220 241 0.06 0.09 0 0.05 257.14 0.43 0.9
Hex E2 DC F1 6 9 0 5 101 2B 5A
Octal 342 334 361 6 11 0 5 401 53 132
Binary 11100010 11011100 11110001 110 1001 0 101 100000001 101011 1011010

Color Harmonies of #E2DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCF1

Black with #E2DCF1

Text Example


Text Example

White with #E2DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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