Html Css Color HEX #E0DFE7 Quartz

📋 copy color: '#E0DFE7'

red 224 ◦ green 223 ◦ blue 231

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

Shades of Quartz #E0DFE7

Tints of Quartz #E0DFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.07%

R = 33.04%
G = 32.89%
B = 34.07%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E0DFE7 (or 0xE0DFE7) is known color: Quartz. HEX triplet: E0, DF and E7. RGB value is (224,223,231). Sum of RGB (Red+Green+Blue) = 224+223+231=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFE7 is #1F2018. Grayscale: #E0E0E0. Windows color (decimal): -2039833 or 15196128. OLE color: 15196128.

HSL color Cylindrical-coordinate representation of color #E0DFE7: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DFE7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 223 231 -
CMYK 0.03 0.03 0 0.09
HSL 247.5º 0.14% 0.89% -
HSV(B) 247.5º 0.03% 0.91% -
XYZ 71.55 74.39 86.19 -
YUV 224.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 224 223 231 0.03 0.03 0 0.09 247.5 0.14 0.89
Hex E0 DF E7 3 3 0 9 F8 E 59
Octal 340 337 347 3 3 0 11 370 16 131
Binary 11100000 11011111 11100111 11 11 0 1001 11111000 1110 1011001

Color Harmonies of #E0DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFE7

Black with #E0DFE7

Text Example


Text Example

White with #E0DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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