Html Css Color HEX #E0DCEE Quartz

📋 copy color: '#E0DCEE'

red 224 ◦ green 220 ◦ blue 238

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

Shades of Quartz #E0DCEE

Tints of Quartz #E0DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 32.84%
G = 32.26%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0DCEE (or 0xE0DCEE) is known color: Quartz. HEX triplet: E0, DC and EE. RGB value is (224,220,238). Sum of RGB (Red+Green+Blue) = 224+220+238=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCEE is #1F2311. Grayscale: #DFDFDF. Windows color (decimal): -2040594 or 15654112. OLE color: 15654112.

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

Color convert

RGB 224 220 238 -
CMYK 0.06 0.08 0 0.07
HSL 253.33º 0.35% 0.9% -
HSV(B) 253.33º 0.08% 0.93% -
XYZ 71.77 73.21 91.24 -
YUV 223.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 224 220 238 0.06 0.08 0 0.07 253.33 0.35 0.9
Hex E0 DC EE 6 8 0 7 FD 23 5A
Octal 340 334 356 6 10 0 7 375 43 132
Binary 11100000 11011100 11101110 110 1000 0 111 11111101 100011 1011010

Color Harmonies of #E0DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCEE

Black with #E0DCEE

Text Example


Text Example

White with #E0DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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