Shades of Quartz #DDD2FA
Tints of Quartz #DDD2FA
RGB
CMYK
RGB Variations
Color information
#DDD2FA (or 0xDDD2FA) is known color: Quartz. HEX triplet: DD, D2 and FA. RGB value is (221,210,250). Sum of RGB (Red+Green+Blue) = 221+210+250=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FA is #222D05. Grayscale: #D9D9D9. Windows color (decimal): -2239750 or 16437981. OLE color: 16437981.
HSL color Cylindrical-coordinate representation of color #DDD2FA: hue angle of 256.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD2FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 210 | 250 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 256.5º | 0.8% | 0.9% | - |
| HSV(B) | 256.5º | 0.16% | 0.98% | - |
| XYZ | 70.12 | 68.37 | 99.94 | - |
| YUV | 217.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 250 | 0.12 | 0.16 | 0 | 0.02 | 256.5 | 0.8 | 0.9 |
| Hex | DD | D2 | FA | C | 10 | 0 | 2 | 100 | 50 | 5A |
| Octal | 335 | 322 | 372 | 14 | 20 | 0 | 2 | 400 | 120 | 132 |
| Binary | 11011101 | 11010010 | 11111010 | 1100 | 10000 | 0 | 10 | 100000000 | 1010000 | 1011010 |
Color Harmonies of #DDD2FA
Complementary color
Monochromatic Colors of #DDD2FA
Black with #DDD2FA
Text Example
Text Example
White with #DDD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2FA; }
p { color: rgb(221,210,250); }
H1.HeaderClassName
{
color: #DDD2FA;
}
.AnyTagClassName
{
color: #DDD2FA;
}
</style>
background-color css
<style>
a { background-color: #DDD2FA; }
a { background-color: rgb(221,210,250); }
div.DivClassName
{
background-color: #DDD2FA;
}
.BgClassName
{
background-color: #DDD2FA;
}
</style>
border-color css
<style>
span { border-color: #DDD2FA; }
span { border-color: rgb(221,210,250); }
td.TdClassName
{
border-color: #DDD2FA;
}
.TagClassName
{
border-color: #DDD2FA;
}
</style>