Html Css Color HEX #E0DDF6 Quartz

📋 copy color: '#E0DDF6'

red 224 ◦ green 221 ◦ blue 246

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

Shades of Quartz #E0DDF6

Tints of Quartz #E0DDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.98%

 BLUE value IS 246 (96.48% from 255) = 35.6%

R = 32.42%
G = 31.98%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E0DDF6 (or 0xE0DDF6) is known color: Quartz. HEX triplet: E0, DD and F6. RGB value is (224,221,246). Sum of RGB (Red+Green+Blue) = 224+221+246=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF6 is #1F2209. Grayscale: #E0E0E0. Windows color (decimal): -2040330 or 16178656. OLE color: 16178656.

HSL color Cylindrical-coordinate representation of color #E0DDF6: hue angle of 247.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DDF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 221 246 -
CMYK 0.09 0.10 0 0.04
HSL 247.2º 0.58% 0.92% -
HSV(B) 247.2º 0.1% 0.96% -
XYZ 73.23 74.21 97.65 -
YUV 224.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 224 221 246 0.09 0.10 0 0.04 247.2 0.58 0.92
Hex E0 DD F6 9 A 0 4 F7 3A 5C
Octal 340 335 366 11 12 0 4 367 72 134
Binary 11100000 11011101 11110110 1001 1010 0 100 11110111 111010 1011100

Color Harmonies of #E0DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDF6

Black with #E0DDF6

Text Example


Text Example

White with #E0DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDF6; }

 p { color: rgb(224,221,246); }

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

background-color css

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

 a { background-color: rgb(224,221,246); }

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

border-color css

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

 span { border-color: rgb(224,221,246); }

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