Shades of Quartz #DDD6F7
Tints of Quartz #DDD6F7
RGB
CMYK
RGB Variations
Color information
#DDD6F7 (or 0xDDD6F7) is known color: Quartz. HEX triplet: DD, D6 and F7. RGB value is (221,214,247). Sum of RGB (Red+Green+Blue) = 221+214+247=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F7 is #222908. Grayscale: #DBDBDB. Windows color (decimal): -2238729 or 16242397. OLE color: 16242397.
HSL color Cylindrical-coordinate representation of color #DDD6F7: hue angle of 252.73º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD6F7 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 214 | 247 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.03 |
| HSL | 252.73º | 0.67% | 0.9% | - |
| HSV(B) | 252.73º | 0.13% | 0.97% | - |
| XYZ | 70.65 | 70.18 | 97.82 | - |
| YUV | 219.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 247 | 0.11 | 0.13 | 0 | 0.03 | 252.73 | 0.67 | 0.9 |
| Hex | DD | D6 | F7 | B | D | 0 | 3 | FD | 43 | 5A |
| Octal | 335 | 326 | 367 | 13 | 15 | 0 | 3 | 375 | 103 | 132 |
| Binary | 11011101 | 11010110 | 11110111 | 1011 | 1101 | 0 | 11 | 11111101 | 1000011 | 1011010 |
Color Harmonies of #DDD6F7
Complementary color
Monochromatic Colors of #DDD6F7
Black with #DDD6F7
Text Example
Text Example
White with #DDD6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6F7; }
p { color: rgb(221,214,247); }
H1.HeaderClassName
{
color: #DDD6F7;
}
.AnyTagClassName
{
color: #DDD6F7;
}
</style>
background-color css
<style>
a { background-color: #DDD6F7; }
a { background-color: rgb(221,214,247); }
div.DivClassName
{
background-color: #DDD6F7;
}
.BgClassName
{
background-color: #DDD6F7;
}
</style>
border-color css
<style>
span { border-color: #DDD6F7; }
span { border-color: rgb(221,214,247); }
td.TdClassName
{
border-color: #DDD6F7;
}
.TagClassName
{
border-color: #DDD6F7;
}
</style>