Shades of Quartz #DDD6FF
Tints of Quartz #DDD6FF
RGB
CMYK
RGB Variations
Color information
#DDD6FF (or 0xDDD6FF) is known color: Quartz. HEX triplet: DD, D6 and FF. RGB value is (221,214,255). Sum of RGB (Red+Green+Blue) = 221+214+255=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FF is #222900. Grayscale: #DCDCDC. Windows color (decimal): -2238721 or 16766685. OLE color: 16766685.
HSL color Cylindrical-coordinate representation of color #DDD6FF: hue angle of 250.24º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD6FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 214 | 255 | - |
| CMYK | 0.13 | 0.16 | 0 | 0 |
| HSL | 250.24º | 1% | 0.92% | - |
| HSV(B) | 250.24º | 0.16% | 1% | - |
| XYZ | 71.92 | 70.69 | 104.46 | - |
| YUV | 220.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 255 | 0.13 | 0.16 | 0 | 0 | 250.24 | 1 | 0.92 |
| Hex | DD | D6 | FF | D | 10 | 0 | 0 | FA | 64 | 5C |
| Octal | 335 | 326 | 377 | 15 | 20 | 0 | 0 | 372 | 144 | 134 |
| Binary | 11011101 | 11010110 | 11111111 | 1101 | 10000 | 0 | 0 | 11111010 | 1100100 | 1011100 |
Color Harmonies of #DDD6FF
Complementary color
Monochromatic Colors of #DDD6FF
Black with #DDD6FF
Text Example
Text Example
White with #DDD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6FF; }
p { color: rgb(221,214,255); }
H1.HeaderClassName
{
color: #DDD6FF;
}
.AnyTagClassName
{
color: #DDD6FF;
}
</style>
background-color css
<style>
a { background-color: #DDD6FF; }
a { background-color: rgb(221,214,255); }
div.DivClassName
{
background-color: #DDD6FF;
}
.BgClassName
{
background-color: #DDD6FF;
}
</style>
border-color css
<style>
span { border-color: #DDD6FF; }
span { border-color: rgb(221,214,255); }
td.TdClassName
{
border-color: #DDD6FF;
}
.TagClassName
{
border-color: #DDD6FF;
}
</style>