Html Css Color HEX #E0DFF1 Quartz

📋 copy color: '#E0DFF1'

red 224 ◦ green 223 ◦ blue 241

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

Shades of Quartz #E0DFF1

Tints of Quartz #E0DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.41%

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

R = 32.56%
G = 32.41%
B = 35.03%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0DFF1 (or 0xE0DFF1) is known color: Quartz. HEX triplet: E0, DF and F1. RGB value is (224,223,241). Sum of RGB (Red+Green+Blue) = 224+223+241=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFF1 is #1F200E. Grayscale: #E1E1E1. Windows color (decimal): -2039823 or 15851488. OLE color: 15851488.

HSL color Cylindrical-coordinate representation of color #E0DFF1: hue angle of 243.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DFF1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 223 241 -
CMYK 0.07 0.07 0 0.05
HSL 243.33º 0.39% 0.91% -
HSV(B) 243.33º 0.07% 0.95% -
XYZ 73.01 74.97 93.84 -
YUV 225.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 224 223 241 0.07 0.07 0 0.05 243.33 0.39 0.91
Hex E0 DF F1 7 7 0 5 F3 27 5B
Octal 340 337 361 7 7 0 5 363 47 133
Binary 11100000 11011111 11110001 111 111 0 101 11110011 100111 1011011

Color Harmonies of #E0DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFF1

Black with #E0DFF1

Text Example


Text Example

White with #E0DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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