Shades of Quartz #DDD8F8
Tints of Quartz #DDD8F8
RGB
CMYK
RGB Variations
Color information
#DDD8F8 (or 0xDDD8F8) is known color: Quartz. HEX triplet: DD, D8 and F8. RGB value is (221,216,248). Sum of RGB (Red+Green+Blue) = 221+216+248=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDD8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F8 is #222707. Grayscale: #DDDDDD. Windows color (decimal): -2238216 or 16308445. OLE color: 16308445.
HSL color Cylindrical-coordinate representation of color #DDD8F8: hue angle of 249.38º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD8F8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 216 | 248 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.03 |
| HSL | 249.38º | 0.7% | 0.91% | - |
| HSV(B) | 249.38º | 0.13% | 0.97% | - |
| XYZ | 71.32 | 71.26 | 98.8 | - |
| YUV | 221.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 248 | 0.11 | 0.13 | 0 | 0.03 | 249.38 | 0.7 | 0.91 |
| Hex | DD | D8 | F8 | B | D | 0 | 3 | F9 | 46 | 5B |
| Octal | 335 | 330 | 370 | 13 | 15 | 0 | 3 | 371 | 106 | 133 |
| Binary | 11011101 | 11011000 | 11111000 | 1011 | 1101 | 0 | 11 | 11111001 | 1000110 | 1011011 |
Color Harmonies of #DDD8F8
Complementary color
Monochromatic Colors of #DDD8F8
Black with #DDD8F8
Text Example
Text Example
White with #DDD8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8F8; }
p { color: rgb(221,216,248); }
H1.HeaderClassName
{
color: #DDD8F8;
}
.AnyTagClassName
{
color: #DDD8F8;
}
</style>
background-color css
<style>
a { background-color: #DDD8F8; }
a { background-color: rgb(221,216,248); }
div.DivClassName
{
background-color: #DDD8F8;
}
.BgClassName
{
background-color: #DDD8F8;
}
</style>
border-color css
<style>
span { border-color: #DDD8F8; }
span { border-color: rgb(221,216,248); }
td.TdClassName
{
border-color: #DDD8F8;
}
.TagClassName
{
border-color: #DDD8F8;
}
</style>