Shades of Quartz #DDD8F5
Tints of Quartz #DDD8F5
RGB
CMYK
RGB Variations
Color information
#DDD8F5 (or 0xDDD8F5) is known color: Quartz. HEX triplet: DD, D8 and F5. RGB value is (221,216,245). Sum of RGB (Red+Green+Blue) = 221+216+245=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDD8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F5 is #22270A. Grayscale: #DCDCDC. Windows color (decimal): -2238219 or 16111837. OLE color: 16111837.
HSL color Cylindrical-coordinate representation of color #DDD8F5: hue angle of 250.34º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD8F5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 216 | 245 | - |
CMYK | 0.10 | 0.12 | 0 | 0.04 |
HSL | 250.34º | 0.59% | 0.9% | - |
HSV(B) | 250.34º | 0.12% | 0.96% | - |
XYZ | 70.86 | 71.08 | 96.37 | - |
YUV | 220.8 | 141.66 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 245 | 0.10 | 0.12 | 0 | 0.04 | 250.34 | 0.59 | 0.9 |
Hex | DD | D8 | F5 | A | C | 0 | 4 | FA | 3B | 5A |
Octal | 335 | 330 | 365 | 12 | 14 | 0 | 4 | 372 | 73 | 132 |
Binary | 11011101 | 11011000 | 11110101 | 1010 | 1100 | 0 | 100 | 11111010 | 111011 | 1011010 |
Color Harmonies of #DDD8F5
Complementary color
Monochromatic Colors of #DDD8F5
Black with #DDD8F5
Text Example
Text Example
White with #DDD8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8F5; }
p { color: rgb(221,216,245); }
H1.HeaderClassName
{
color: #DDD8F5;
}
.AnyTagClassName
{
color: #DDD8F5;
}
</style>
background-color css
<style>
a { background-color: #DDD8F5; }
a { background-color: rgb(221,216,245); }
div.DivClassName
{
background-color: #DDD8F5;
}
.BgClassName
{
background-color: #DDD8F5;
}
</style>
border-color css
<style>
span { border-color: #DDD8F5; }
span { border-color: rgb(221,216,245); }
td.TdClassName
{
border-color: #DDD8F5;
}
.TagClassName
{
border-color: #DDD8F5;
}
</style>