Html Css Color HEX #E0DCEF Quartz

📋 copy color: '#E0DCEF'

red 224 ◦ green 220 ◦ blue 239

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

Shades of Quartz #E0DCEF

Tints of Quartz #E0DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

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

R = 32.8%
G = 32.21%
B = 34.99%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0DCEF (or 0xE0DCEF) is known color: Quartz. HEX triplet: E0, DC and EF. RGB value is (224,220,239). Sum of RGB (Red+Green+Blue) = 224+220+239=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCEF is #1F2310. Grayscale: #DFDFDF. Windows color (decimal): -2040593 or 15719648. OLE color: 15719648.

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

Color convert

RGB 224 220 239 -
CMYK 0.06 0.08 0 0.06
HSL 252.63º 0.37% 0.9% -
HSV(B) 252.63º 0.08% 0.94% -
XYZ 71.91 73.27 92.01 -
YUV 223.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 224 220 239 0.06 0.08 0 0.06 252.63 0.37 0.9
Hex E0 DC EF 6 8 0 6 FD 25 5A
Octal 340 334 357 6 10 0 6 375 45 132
Binary 11100000 11011100 11101111 110 1000 0 110 11111101 100101 1011010

Color Harmonies of #E0DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCEF

Black with #E0DCEF

Text Example


Text Example

White with #E0DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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