Html Css Color HEX #E0DDEA Quartz

📋 copy color: '#E0DDEA'

red 224 ◦ green 221 ◦ blue 234

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

Shades of Quartz #E0DDEA

Tints of Quartz #E0DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.46%

R = 32.99%
G = 32.55%
B = 34.46%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0DDEA (or 0xE0DDEA) is known color: Quartz. HEX triplet: E0, DD and EA. RGB value is (224,221,234). Sum of RGB (Red+Green+Blue) = 224+221+234=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDEA is #1F2215. Grayscale: #DFDFDF. Windows color (decimal): -2040342 or 15392224. OLE color: 15392224.

HSL color Cylindrical-coordinate representation of color #E0DDEA: hue angle of 253.85º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DDEA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 221 234 -
CMYK 0.04 0.06 0 0.08
HSL 253.85º 0.24% 0.89% -
HSV(B) 253.85º 0.06% 0.92% -
XYZ 71.45 73.5 88.26 -
YUV 223.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 224 221 234 0.04 0.06 0 0.08 253.85 0.24 0.89
Hex E0 DD EA 4 6 0 8 FE 18 59
Octal 340 335 352 4 6 0 10 376 30 131
Binary 11100000 11011101 11101010 100 110 0 1000 11111110 11000 1011001

Color Harmonies of #E0DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDEA

Black with #E0DDEA

Text Example


Text Example

White with #E0DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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