Shades of Quartz #E3DDF3
Tints of Quartz #E3DDF3
RGB
CMYK
RGB Variations
Color information
#E3DDF3 (or 0xE3DDF3) is known color: Quartz. HEX triplet: E3, DD and F3. RGB value is (227,221,243). Sum of RGB (Red+Green+Blue) = 227+221+243=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DDF3 is #1C220C. Grayscale: #E1E1E1. Windows color (decimal): -1843725 or 15982051. OLE color: 15982051.
HSL color Cylindrical-coordinate representation of color #E3DDF3: hue angle of 256.36º 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 #E3DDF3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 227 | 221 | 243 | - |
CMYK | 0.07 | 0.09 | 0 | 0.05 |
HSL | 256.36º | 0.48% | 0.91% | - |
HSV(B) | 256.36º | 0.09% | 0.95% | - |
XYZ | 73.71 | 74.51 | 95.29 | - |
YUV | 225.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 221 | 243 | 0.07 | 0.09 | 0 | 0.05 | 256.36 | 0.48 | 0.91 |
Hex | E3 | DD | F3 | 7 | 9 | 0 | 5 | 100 | 30 | 5B |
Octal | 343 | 335 | 363 | 7 | 11 | 0 | 5 | 400 | 60 | 133 |
Binary | 11100011 | 11011101 | 11110011 | 111 | 1001 | 0 | 101 | 100000000 | 110000 | 1011011 |
Color Harmonies of #E3DDF3
Complementary color
Monochromatic Colors of #E3DDF3
Black with #E3DDF3
Text Example
Text Example
White with #E3DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDF3; }
p { color: rgb(227,221,243); }
H1.HeaderClassName
{
color: #E3DDF3;
}
.AnyTagClassName
{
color: #E3DDF3;
}
</style>
background-color css
<style>
a { background-color: #E3DDF3; }
a { background-color: rgb(227,221,243); }
div.DivClassName
{
background-color: #E3DDF3;
}
.BgClassName
{
background-color: #E3DDF3;
}
</style>
border-color css
<style>
span { border-color: #E3DDF3; }
span { border-color: rgb(227,221,243); }
td.TdClassName
{
border-color: #E3DDF3;
}
.TagClassName
{
border-color: #E3DDF3;
}
</style>