Shades of Quartz #DDD9F9
Tints of Quartz #DDD9F9
RGB
CMYK
RGB Variations
Color information
#DDD9F9 (or 0xDDD9F9) is known color: Quartz. HEX triplet: DD, D9 and F9. RGB value is (221,217,249). Sum of RGB (Red+Green+Blue) = 221+217+249=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F9 is #222606. Grayscale: #DDDDDD. Windows color (decimal): -2237959 or 16374237. OLE color: 16374237.
HSL color Cylindrical-coordinate representation of color #DDD9F9: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD9F9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 217 | 249 | - |
CMYK | 0.11 | 0.13 | 0 | 0.02 |
HSL | 247.5º | 0.73% | 0.91% | - |
HSV(B) | 247.5º | 0.13% | 0.98% | - |
XYZ | 71.73 | 71.84 | 99.71 | - |
YUV | 221.84 | 143.33 | 127.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 249 | 0.11 | 0.13 | 0 | 0.02 | 247.5 | 0.73 | 0.91 |
Hex | DD | D9 | F9 | B | D | 0 | 2 | F8 | 49 | 5B |
Octal | 335 | 331 | 371 | 13 | 15 | 0 | 2 | 370 | 111 | 133 |
Binary | 11011101 | 11011001 | 11111001 | 1011 | 1101 | 0 | 10 | 11111000 | 1001001 | 1011011 |
Color Harmonies of #DDD9F9
Complementary color
Monochromatic Colors of #DDD9F9
Black with #DDD9F9
Text Example
Text Example
White with #DDD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9F9; }
p { color: rgb(221,217,249); }
H1.HeaderClassName
{
color: #DDD9F9;
}
.AnyTagClassName
{
color: #DDD9F9;
}
</style>
background-color css
<style>
a { background-color: #DDD9F9; }
a { background-color: rgb(221,217,249); }
div.DivClassName
{
background-color: #DDD9F9;
}
.BgClassName
{
background-color: #DDD9F9;
}
</style>
border-color css
<style>
span { border-color: #DDD9F9; }
span { border-color: rgb(221,217,249); }
td.TdClassName
{
border-color: #DDD9F9;
}
.TagClassName
{
border-color: #DDD9F9;
}
</style>