Html Css Color HEX #E0DFF2 Quartz

📋 copy color: '#E0DFF2'

red 224 ◦ green 223 ◦ blue 242

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

Shades of Quartz #E0DFF2

Tints of Quartz #E0DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.12%

R = 32.51%
G = 32.37%
B = 35.12%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0DFF2 (or 0xE0DFF2) is known color: Quartz. HEX triplet: E0, DF and F2. RGB value is (224,223,242). Sum of RGB (Red+Green+Blue) = 224+223+242=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFF2 is #1F200D. Grayscale: #E1E1E1. Windows color (decimal): -2039822 or 15917024. OLE color: 15917024.

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

Color convert

RGB 224 223 242 -
CMYK 0.07 0.08 0 0.05
HSL 243.16º 0.42% 0.91% -
HSV(B) 243.16º 0.08% 0.95% -
XYZ 73.16 75.03 94.63 -
YUV 225.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 224 223 242 0.07 0.08 0 0.05 243.16 0.42 0.91
Hex E0 DF F2 7 8 0 5 F3 2A 5B
Octal 340 337 362 7 10 0 5 363 52 133
Binary 11100000 11011111 11110010 111 1000 0 101 11110011 101010 1011011

Color Harmonies of #E0DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFF2

Black with #E0DFF2

Text Example


Text Example

White with #E0DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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