Shades of Quartz #DDD1FF
Tints of Quartz #DDD1FF
RGB
CMYK
RGB Variations
Color information
#DDD1FF (or 0xDDD1FF) is known color: Quartz. HEX triplet: DD, D1 and FF. RGB value is (221,209,255). Sum of RGB (Red+Green+Blue) = 221+209+255=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FF is #222E00. Grayscale: #D9D9D9. Windows color (decimal): -2240001 or 16765405. OLE color: 16765405.
HSL color Cylindrical-coordinate representation of color #DDD1FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD1FF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 209 | 255 | - |
| CMYK | 0.13 | 0.18 | 0 | 0 |
| HSL | 255.65º | 1% | 0.91% | - |
| HSV(B) | 255.65º | 0.18% | 1% | - |
| XYZ | 70.67 | 68.19 | 104.05 | - |
| YUV | 217.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 255 | 0.13 | 0.18 | 0 | 0 | 255.65 | 1 | 0.91 |
| Hex | DD | D1 | FF | D | 12 | 0 | 0 | 100 | 64 | 5B |
| Octal | 335 | 321 | 377 | 15 | 22 | 0 | 0 | 400 | 144 | 133 |
| Binary | 11011101 | 11010001 | 11111111 | 1101 | 10010 | 0 | 0 | 100000000 | 1100100 | 1011011 |
Color Harmonies of #DDD1FF
Complementary color
Monochromatic Colors of #DDD1FF
Black with #DDD1FF
Text Example
Text Example
White with #DDD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1FF; }
p { color: rgb(221,209,255); }
H1.HeaderClassName
{
color: #DDD1FF;
}
.AnyTagClassName
{
color: #DDD1FF;
}
</style>
background-color css
<style>
a { background-color: #DDD1FF; }
a { background-color: rgb(221,209,255); }
div.DivClassName
{
background-color: #DDD1FF;
}
.BgClassName
{
background-color: #DDD1FF;
}
</style>
border-color css
<style>
span { border-color: #DDD1FF; }
span { border-color: rgb(221,209,255); }
td.TdClassName
{
border-color: #DDD1FF;
}
.TagClassName
{
border-color: #DDD1FF;
}
</style>