Shades of Quartz #DDD8F9
Tints of Quartz #DDD8F9
RGB
CMYK
RGB Variations
Color information
#DDD8F9 (or 0xDDD8F9) is known color: Quartz. HEX triplet: DD, D8 and F9. RGB value is (221,216,249). Sum of RGB (Red+Green+Blue) = 221+216+249=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F9 is #222706. Grayscale: #DDDDDD. Windows color (decimal): -2238215 or 16373981. OLE color: 16373981.
HSL color Cylindrical-coordinate representation of color #DDD8F9: hue angle of 249.09º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD8F9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 216 | 249 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.02 |
| HSL | 249.09º | 0.73% | 0.91% | - |
| HSV(B) | 249.09º | 0.13% | 0.98% | - |
| XYZ | 71.47 | 71.32 | 99.62 | - |
| YUV | 221.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 249 | 0.11 | 0.13 | 0 | 0.02 | 249.09 | 0.73 | 0.91 |
| Hex | DD | D8 | F9 | B | D | 0 | 2 | F9 | 49 | 5B |
| Octal | 335 | 330 | 371 | 13 | 15 | 0 | 2 | 371 | 111 | 133 |
| Binary | 11011101 | 11011000 | 11111001 | 1011 | 1101 | 0 | 10 | 11111001 | 1001001 | 1011011 |
Color Harmonies of #DDD8F9
Complementary color
Monochromatic Colors of #DDD8F9
Black with #DDD8F9
Text Example
Text Example
White with #DDD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8F9; }
p { color: rgb(221,216,249); }
H1.HeaderClassName
{
color: #DDD8F9;
}
.AnyTagClassName
{
color: #DDD8F9;
}
</style>
background-color css
<style>
a { background-color: #DDD8F9; }
a { background-color: rgb(221,216,249); }
div.DivClassName
{
background-color: #DDD8F9;
}
.BgClassName
{
background-color: #DDD8F9;
}
</style>
border-color css
<style>
span { border-color: #DDD8F9; }
span { border-color: rgb(221,216,249); }
td.TdClassName
{
border-color: #DDD8F9;
}
.TagClassName
{
border-color: #DDD8F9;
}
</style>