Html Css Color HEX #E0DEEF Quartz

📋 copy color: '#E0DEEF'

red 224 ◦ green 222 ◦ blue 239

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

Shades of Quartz #E0DEEF

Tints of Quartz #E0DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 32.7%
G = 32.41%
B = 34.89%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0DEEF (or 0xE0DEEF) is known color: Quartz. HEX triplet: E0, DE and EF. RGB value is (224,222,239). Sum of RGB (Red+Green+Blue) = 224+222+239=685 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.70% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEF is #1F2110. Grayscale: #E0E0E0. Windows color (decimal): -2040081 or 15720160. OLE color: 15720160.

HSL color Cylindrical-coordinate representation of color #E0DEEF: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DEEF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 222 239 -
CMYK 0.06 0.07 0 0.06
HSL 247.06º 0.35% 0.9% -
HSV(B) 247.06º 0.07% 0.94% -
XYZ 72.44 74.32 92.19 -
YUV 224.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 224 222 239 0.06 0.07 0 0.06 247.06 0.35 0.9
Hex E0 DE EF 6 7 0 6 F7 23 5A
Octal 340 336 357 6 7 0 6 367 43 132
Binary 11100000 11011110 11101111 110 111 0 110 11110111 100011 1011010

Color Harmonies of #E0DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DEEF

Black with #E0DEEF

Text Example


Text Example

White with #E0DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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