Html Css Color HEX #E0DFED Quartz

📋 copy color: '#E0DFED'

red 224 ◦ green 223 ◦ blue 237

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

Shades of Quartz #E0DFED

Tints of Quartz #E0DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 32.75%
G = 32.6%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0DFED (or 0xE0DFED) is known color: Quartz. HEX triplet: E0, DF and ED. RGB value is (224,223,237). Sum of RGB (Red+Green+Blue) = 224+223+237=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFED is #1F2012. Grayscale: #E0E0E0. Windows color (decimal): -2039827 or 15589344. OLE color: 15589344.

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

Color convert

RGB 224 223 237 -
CMYK 0.05 0.06 0 0.07
HSL 244.29º 0.28% 0.9% -
HSV(B) 244.29º 0.06% 0.93% -
XYZ 72.41 74.74 90.73 -
YUV 224.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 224 223 237 0.05 0.06 0 0.07 244.29 0.28 0.9
Hex E0 DF ED 5 6 0 7 F4 1C 5A
Octal 340 337 355 5 6 0 7 364 34 132
Binary 11100000 11011111 11101101 101 110 0 111 11110100 11100 1011010

Color Harmonies of #E0DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFED

Black with #E0DFED

Text Example


Text Example

White with #E0DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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