Html Css Color HEX #E0DEEA Quartz

📋 copy color: '#E0DEEA'

red 224 ◦ green 222 ◦ blue 234

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

Shades of Quartz #E0DEEA

Tints of Quartz #E0DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.65%

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

R = 32.94%
G = 32.65%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0DEEA (or 0xE0DEEA) is known color: Quartz. HEX triplet: E0, DE and EA. RGB value is (224,222,234). Sum of RGB (Red+Green+Blue) = 224+222+234=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEA is #1F2115. Grayscale: #DFDFDF. Windows color (decimal): -2040086 or 15392480. OLE color: 15392480.

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

Color convert

RGB 224 222 234 -
CMYK 0.04 0.05 0 0.08
HSL 250º 0.22% 0.89% -
HSV(B) 250º 0.05% 0.92% -
XYZ 71.71 74.03 88.35 -
YUV 223.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 224 222 234 0.04 0.05 0 0.08 250 0.22 0.89
Hex E0 DE EA 4 5 0 8 FA 16 59
Octal 340 336 352 4 5 0 10 372 26 131
Binary 11100000 11011110 11101010 100 101 0 1000 11111010 10110 1011001

Color Harmonies of #E0DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DEEA

Black with #E0DEEA

Text Example


Text Example

White with #E0DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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