Shades of Quartz #DDD7F3
Tints of Quartz #DDD7F3
RGB
CMYK
RGB Variations
Color information
#DDD7F3 (or 0xDDD7F3) is known color: Quartz. HEX triplet: DD, D7 and F3. RGB value is (221,215,243). Sum of RGB (Red+Green+Blue) = 221+215+243=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F3 is #22280C. Grayscale: #DBDBDB. Windows color (decimal): -2238477 or 15980509. OLE color: 15980509.
HSL color Cylindrical-coordinate representation of color #DDD7F3: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD7F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 215 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 252.86º | 0.54% | 0.9% | - |
| HSV(B) | 252.86º | 0.12% | 0.95% | - |
| XYZ | 70.3 | 70.44 | 94.69 | - |
| YUV | 219.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 243 | 0.09 | 0.12 | 0 | 0.05 | 252.86 | 0.54 | 0.9 |
| Hex | DD | D7 | F3 | 9 | C | 0 | 5 | FD | 36 | 5A |
| Octal | 335 | 327 | 363 | 11 | 14 | 0 | 5 | 375 | 66 | 132 |
| Binary | 11011101 | 11010111 | 11110011 | 1001 | 1100 | 0 | 101 | 11111101 | 110110 | 1011010 |
Color Harmonies of #DDD7F3
Complementary color
Monochromatic Colors of #DDD7F3
Black with #DDD7F3
Text Example
Text Example
White with #DDD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7F3; }
p { color: rgb(221,215,243); }
H1.HeaderClassName
{
color: #DDD7F3;
}
.AnyTagClassName
{
color: #DDD7F3;
}
</style>
background-color css
<style>
a { background-color: #DDD7F3; }
a { background-color: rgb(221,215,243); }
div.DivClassName
{
background-color: #DDD7F3;
}
.BgClassName
{
background-color: #DDD7F3;
}
</style>
border-color css
<style>
span { border-color: #DDD7F3; }
span { border-color: rgb(221,215,243); }
td.TdClassName
{
border-color: #DDD7F3;
}
.TagClassName
{
border-color: #DDD7F3;
}
</style>