Html Css Color HEX #E0DFEF Quartz

📋 copy color: '#E0DFEF'

red 224 ◦ green 223 ◦ blue 239

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

Shades of Quartz #E0DFEF

Tints of Quartz #E0DFEF

RGB

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

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

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

R = 32.65%
G = 32.51%
B = 34.84%

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

#E0DFEF (or 0xE0DFEF) is known color: Quartz. HEX triplet: E0, DF and EF. RGB value is (224,223,239). Sum of RGB (Red+Green+Blue) = 224+223+239=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFEF is #1F2010. Grayscale: #E1E1E1. Windows color (decimal): -2039825 or 15720416. OLE color: 15720416.

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

Color convert

RGB 224 223 239 -
CMYK 0.06 0.07 0 0.06
HSL 243.75º 0.33% 0.91% -
HSV(B) 243.75º 0.07% 0.94% -
XYZ 72.71 74.85 92.28 -
YUV 225.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 224 223 239 0.06 0.07 0 0.06 243.75 0.33 0.91
Hex E0 DF EF 6 7 0 6 F4 21 5B
Octal 340 337 357 6 7 0 6 364 41 133
Binary 11100000 11011111 11101111 110 111 0 110 11110100 100001 1011011

Color Harmonies of #E0DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFEF

Black with #E0DFEF

Text Example


Text Example

White with #E0DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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