Shades of Quartz #DDD9F7
Tints of Quartz #DDD9F7
RGB
CMYK
RGB Variations
Color information
#DDD9F7 (or 0xDDD9F7) is known color: Quartz. HEX triplet: DD, D9 and F7. RGB value is (221,217,247). Sum of RGB (Red+Green+Blue) = 221+217+247=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F7 is #222608. Grayscale: #DDDDDD. Windows color (decimal): -2237961 or 16243165. OLE color: 16243165.
HSL color Cylindrical-coordinate representation of color #DDD9F7: hue angle of 248º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD9F7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 217 | 247 | - |
CMYK | 0.11 | 0.12 | 0 | 0.03 |
HSL | 248º | 0.65% | 0.91% | - |
HSV(B) | 248º | 0.12% | 0.97% | - |
XYZ | 71.42 | 71.71 | 98.07 | - |
YUV | 221.62 | 142.33 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 247 | 0.11 | 0.12 | 0 | 0.03 | 248 | 0.65 | 0.91 |
Hex | DD | D9 | F7 | B | C | 0 | 3 | F8 | 41 | 5B |
Octal | 335 | 331 | 367 | 13 | 14 | 0 | 3 | 370 | 101 | 133 |
Binary | 11011101 | 11011001 | 11110111 | 1011 | 1100 | 0 | 11 | 11111000 | 1000001 | 1011011 |
Color Harmonies of #DDD9F7
Complementary color
Monochromatic Colors of #DDD9F7
Black with #DDD9F7
Text Example
Text Example
White with #DDD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9F7; }
p { color: rgb(221,217,247); }
H1.HeaderClassName
{
color: #DDD9F7;
}
.AnyTagClassName
{
color: #DDD9F7;
}
</style>
background-color css
<style>
a { background-color: #DDD9F7; }
a { background-color: rgb(221,217,247); }
div.DivClassName
{
background-color: #DDD9F7;
}
.BgClassName
{
background-color: #DDD9F7;
}
</style>
border-color css
<style>
span { border-color: #DDD9F7; }
span { border-color: rgb(221,217,247); }
td.TdClassName
{
border-color: #DDD9F7;
}
.TagClassName
{
border-color: #DDD9F7;
}
</style>