Html Css Color HEX #E0DCF1 Quartz

📋 copy color: '#E0DCF1'

red 224 ◦ green 220 ◦ blue 241

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

Shades of Quartz #E0DCF1

Tints of Quartz #E0DCF1

RGB

 RED value IS 224 (87.89% from 255) = 32.7%

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

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

R = 32.7%
G = 32.12%
B = 35.18%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0DCF1 (or 0xE0DCF1) is known color: Quartz. HEX triplet: E0, DC and F1. RGB value is (224,220,241). Sum of RGB (Red+Green+Blue) = 224+220+241=685 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.70% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCF1 is #1F230E. Grayscale: #DFDFDF. Windows color (decimal): -2040591 or 15850720. OLE color: 15850720.

HSL color Cylindrical-coordinate representation of color #E0DCF1: hue angle of 251.43º 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 #E0DCF1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 220 241 -
CMYK 0.07 0.09 0 0.05
HSL 251.43º 0.43% 0.9% -
HSV(B) 251.43º 0.09% 0.95% -
XYZ 72.21 73.38 93.58 -
YUV 223.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 224 220 241 0.07 0.09 0 0.05 251.43 0.43 0.9
Hex E0 DC F1 7 9 0 5 FB 2B 5A
Octal 340 334 361 7 11 0 5 373 53 132
Binary 11100000 11011100 11110001 111 1001 0 101 11111011 101011 1011010

Color Harmonies of #E0DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCF1

Black with #E0DCF1

Text Example


Text Example

White with #E0DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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