Shades of Quartz #DDD7F6
Tints of Quartz #DDD7F6
RGB
CMYK
RGB Variations
Color information
#DDD7F6 (or 0xDDD7F6) is known color: Quartz. HEX triplet: DD, D7 and F6. RGB value is (221,215,246). Sum of RGB (Red+Green+Blue) = 221+215+246=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F6 is #222809. Grayscale: #DCDCDC. Windows color (decimal): -2238474 or 16177117. OLE color: 16177117.
HSL color Cylindrical-coordinate representation of color #DDD7F6: hue angle of 251.61º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD7F6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 215 | 246 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.04 |
| HSL | 251.61º | 0.63% | 0.9% | - |
| HSV(B) | 251.61º | 0.13% | 0.96% | - |
| XYZ | 70.75 | 70.63 | 97.09 | - |
| YUV | 220.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 246 | 0.10 | 0.13 | 0 | 0.04 | 251.61 | 0.63 | 0.9 |
| Hex | DD | D7 | F6 | A | D | 0 | 4 | FC | 3F | 5A |
| Octal | 335 | 327 | 366 | 12 | 15 | 0 | 4 | 374 | 77 | 132 |
| Binary | 11011101 | 11010111 | 11110110 | 1010 | 1101 | 0 | 100 | 11111100 | 111111 | 1011010 |
Color Harmonies of #DDD7F6
Complementary color
Monochromatic Colors of #DDD7F6
Black with #DDD7F6
Text Example
Text Example
White with #DDD7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7F6; }
p { color: rgb(221,215,246); }
H1.HeaderClassName
{
color: #DDD7F6;
}
.AnyTagClassName
{
color: #DDD7F6;
}
</style>
background-color css
<style>
a { background-color: #DDD7F6; }
a { background-color: rgb(221,215,246); }
div.DivClassName
{
background-color: #DDD7F6;
}
.BgClassName
{
background-color: #DDD7F6;
}
</style>
border-color css
<style>
span { border-color: #DDD7F6; }
span { border-color: rgb(221,215,246); }
td.TdClassName
{
border-color: #DDD7F6;
}
.TagClassName
{
border-color: #DDD7F6;
}
</style>