Shades of Quartz #DDD9F6
Tints of Quartz #DDD9F6
RGB
CMYK
RGB Variations
Color information
#DDD9F6 (or 0xDDD9F6) is known color: Quartz. HEX triplet: DD, D9 and F6. RGB value is (221,217,246). Sum of RGB (Red+Green+Blue) = 221+217+246=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F6 is #222609. Grayscale: #DDDDDD. Windows color (decimal): -2237962 or 16177629. OLE color: 16177629.
HSL color Cylindrical-coordinate representation of color #DDD9F6: hue angle of 248.28º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD9F6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 217 | 246 | - |
CMYK | 0.10 | 0.12 | 0 | 0.04 |
HSL | 248.28º | 0.62% | 0.91% | - |
HSV(B) | 248.28º | 0.12% | 0.96% | - |
XYZ | 71.27 | 71.65 | 97.26 | - |
YUV | 221.5 | 141.83 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 246 | 0.10 | 0.12 | 0 | 0.04 | 248.28 | 0.62 | 0.91 |
Hex | DD | D9 | F6 | A | C | 0 | 4 | F8 | 3E | 5B |
Octal | 335 | 331 | 366 | 12 | 14 | 0 | 4 | 370 | 76 | 133 |
Binary | 11011101 | 11011001 | 11110110 | 1010 | 1100 | 0 | 100 | 11111000 | 111110 | 1011011 |
Color Harmonies of #DDD9F6
Complementary color
Monochromatic Colors of #DDD9F6
Black with #DDD9F6
Text Example
Text Example
White with #DDD9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9F6; }
p { color: rgb(221,217,246); }
H1.HeaderClassName
{
color: #DDD9F6;
}
.AnyTagClassName
{
color: #DDD9F6;
}
</style>
background-color css
<style>
a { background-color: #DDD9F6; }
a { background-color: rgb(221,217,246); }
div.DivClassName
{
background-color: #DDD9F6;
}
.BgClassName
{
background-color: #DDD9F6;
}
</style>
border-color css
<style>
span { border-color: #DDD9F6; }
span { border-color: rgb(221,217,246); }
td.TdClassName
{
border-color: #DDD9F6;
}
.TagClassName
{
border-color: #DDD9F6;
}
</style>