Html Css Color HEX #E0DFE6 Quartz

📋 copy color: '#E0DFE6'

red 224 ◦ green 223 ◦ blue 230

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

Shades of Quartz #E0DFE6

Tints of Quartz #E0DFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.97%

R = 33.09%
G = 32.94%
B = 33.97%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0DFE6 (or 0xE0DFE6) is known color: Quartz. HEX triplet: E0, DF and E6. RGB value is (224,223,230). Sum of RGB (Red+Green+Blue) = 224+223+230=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0DFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFE6 is #1F2019. Grayscale: #E0E0E0. Windows color (decimal): -2039834 or 15130592. OLE color: 15130592.

HSL color Cylindrical-coordinate representation of color #E0DFE6: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DFE6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 223 230 -
CMYK 0.03 0.03 0 0.10
HSL 248.57º 0.12% 0.89% -
HSV(B) 248.57º 0.03% 0.9% -
XYZ 71.41 74.34 85.45 -
YUV 224.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 224 223 230 0.03 0.03 0 0.10 248.57 0.12 0.89
Hex E0 DF E6 3 3 0 A F9 C 59
Octal 340 337 346 3 3 0 12 371 14 131
Binary 11100000 11011111 11100110 11 11 0 1010 11111001 1100 1011001

Color Harmonies of #E0DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFE6

Black with #E0DFE6

Text Example


Text Example

White with #E0DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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