Html Css Color HEX #E0DFE5 Quartz

📋 copy color: '#E0DFE5'

red 224 ◦ green 223 ◦ blue 229

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

Shades of Quartz #E0DFE5

Tints of Quartz #E0DFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.88%

R = 33.14%
G = 32.99%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0DFE5 (or 0xE0DFE5) is known color: Quartz. HEX triplet: E0, DF and E5. RGB value is (224,223,229). Sum of RGB (Red+Green+Blue) = 224+223+229=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFE5 is #1F201A. Grayscale: #DFDFDF. Windows color (decimal): -2039835 or 15065056. OLE color: 15065056.

HSL color Cylindrical-coordinate representation of color #E0DFE5: hue angle of 250º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DFE5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 223 229 -
CMYK 0.02 0.03 0 0.10
HSL 250º 0.1% 0.89% -
HSV(B) 250º 0.03% 0.9% -
XYZ 71.27 74.28 84.71 -
YUV 223.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 224 223 229 0.02 0.03 0 0.10 250 0.1 0.89
Hex E0 DF E5 2 3 0 A FA A 59
Octal 340 337 345 2 3 0 12 372 12 131
Binary 11100000 11011111 11100101 10 11 0 1010 11111010 1010 1011001

Color Harmonies of #E0DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFE5

Black with #E0DFE5

Text Example


Text Example

White with #E0DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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