Shades of Quartz #DDD3FA
Tints of Quartz #DDD3FA
RGB
CMYK
RGB Variations
Color information
#DDD3FA (or 0xDDD3FA) is known color: Quartz. HEX triplet: DD, D3 and FA. RGB value is (221,211,250). Sum of RGB (Red+Green+Blue) = 221+211+250=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3FA is #222C05. Grayscale: #DADADA. Windows color (decimal): -2239494 or 16438237. OLE color: 16438237.
HSL color Cylindrical-coordinate representation of color #DDD3FA: hue angle of 255.38º 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 #DDD3FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 211 | 250 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 255.38º | 0.8% | 0.9% | - |
| HSV(B) | 255.38º | 0.16% | 0.98% | - |
| XYZ | 70.37 | 68.86 | 100.03 | - |
| YUV | 218.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 250 | 0.12 | 0.16 | 0 | 0.02 | 255.38 | 0.8 | 0.9 |
| Hex | DD | D3 | FA | C | 10 | 0 | 2 | FF | 50 | 5A |
| Octal | 335 | 323 | 372 | 14 | 20 | 0 | 2 | 377 | 120 | 132 |
| Binary | 11011101 | 11010011 | 11111010 | 1100 | 10000 | 0 | 10 | 11111111 | 1010000 | 1011010 |
Color Harmonies of #DDD3FA
Complementary color
Monochromatic Colors of #DDD3FA
Black with #DDD3FA
Text Example
Text Example
White with #DDD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3FA; }
p { color: rgb(221,211,250); }
H1.HeaderClassName
{
color: #DDD3FA;
}
.AnyTagClassName
{
color: #DDD3FA;
}
</style>
background-color css
<style>
a { background-color: #DDD3FA; }
a { background-color: rgb(221,211,250); }
div.DivClassName
{
background-color: #DDD3FA;
}
.BgClassName
{
background-color: #DDD3FA;
}
</style>
border-color css
<style>
span { border-color: #DDD3FA; }
span { border-color: rgb(221,211,250); }
td.TdClassName
{
border-color: #DDD3FA;
}
.TagClassName
{
border-color: #DDD3FA;
}
</style>