Html Css Color HEX #E0DDF3 Quartz

📋 copy color: '#E0DDF3'

red 224 ◦ green 221 ◦ blue 243

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

Shades of Quartz #E0DDF3

Tints of Quartz #E0DDF3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.12%

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 32.56%
G = 32.12%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0DDF3 (or 0xE0DDF3) is known color: Quartz. HEX triplet: E0, DD and F3. RGB value is (224,221,243). Sum of RGB (Red+Green+Blue) = 224+221+243=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF3 is #1F220C. Grayscale: #E0E0E0. Windows color (decimal): -2040333 or 15982048. OLE color: 15982048.

HSL color Cylindrical-coordinate representation of color #E0DDF3: hue angle of 248.18º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DDF3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 221 243 -
CMYK 0.08 0.09 0 0.05
HSL 248.18º 0.48% 0.91% -
HSV(B) 248.18º 0.09% 0.95% -
XYZ 72.77 74.03 95.25 -
YUV 224.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 224 221 243 0.08 0.09 0 0.05 248.18 0.48 0.91
Hex E0 DD F3 8 9 0 5 F8 30 5B
Octal 340 335 363 10 11 0 5 370 60 133
Binary 11100000 11011101 11110011 1000 1001 0 101 11111000 110000 1011011

Color Harmonies of #E0DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDF3

Black with #E0DDF3

Text Example


Text Example

White with #E0DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDF3; }

 p { color: rgb(224,221,243); }

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

background-color css

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

 a { background-color: rgb(224,221,243); }

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

border-color css

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

 span { border-color: rgb(224,221,243); }

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