Shades of Quartz #DDD6FC
Tints of Quartz #DDD6FC
RGB
CMYK
RGB Variations
Color information
#DDD6FC (or 0xDDD6FC) is known color: Quartz. HEX triplet: DD, D6 and FC. RGB value is (221,214,252). Sum of RGB (Red+Green+Blue) = 221+214+252=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FC is #222903. Grayscale: #DCDCDC. Windows color (decimal): -2238724 or 16570077. OLE color: 16570077.
HSL color Cylindrical-coordinate representation of color #DDD6FC: hue angle of 251.05º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD6FC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 214 | 252 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.01 |
| HSL | 251.05º | 0.86% | 0.91% | - |
| HSV(B) | 251.05º | 0.15% | 0.99% | - |
| XYZ | 71.44 | 70.49 | 101.94 | - |
| YUV | 220.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 252 | 0.12 | 0.15 | 0 | 0.01 | 251.05 | 0.86 | 0.91 |
| Hex | DD | D6 | FC | C | F | 0 | 1 | FB | 56 | 5B |
| Octal | 335 | 326 | 374 | 14 | 17 | 0 | 1 | 373 | 126 | 133 |
| Binary | 11011101 | 11010110 | 11111100 | 1100 | 1111 | 0 | 1 | 11111011 | 1010110 | 1011011 |
Color Harmonies of #DDD6FC
Complementary color
Monochromatic Colors of #DDD6FC
Black with #DDD6FC
Text Example
Text Example
White with #DDD6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6FC; }
p { color: rgb(221,214,252); }
H1.HeaderClassName
{
color: #DDD6FC;
}
.AnyTagClassName
{
color: #DDD6FC;
}
</style>
background-color css
<style>
a { background-color: #DDD6FC; }
a { background-color: rgb(221,214,252); }
div.DivClassName
{
background-color: #DDD6FC;
}
.BgClassName
{
background-color: #DDD6FC;
}
</style>
border-color css
<style>
span { border-color: #DDD6FC; }
span { border-color: rgb(221,214,252); }
td.TdClassName
{
border-color: #DDD6FC;
}
.TagClassName
{
border-color: #DDD6FC;
}
</style>