Shades of Quartz #DDD5F6
Tints of Quartz #DDD5F6
RGB
CMYK
RGB Variations
Color information
#DDD5F6 (or 0xDDD5F6) is known color: Quartz. HEX triplet: DD, D5 and F6. RGB value is (221,213,246). Sum of RGB (Red+Green+Blue) = 221+213+246=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5F6 is #222A09. Grayscale: #DBDBDB. Windows color (decimal): -2238986 or 16176605. OLE color: 16176605.
HSL color Cylindrical-coordinate representation of color #DDD5F6: hue angle of 254.55º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD5F6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 213 | 246 | - |
CMYK | 0.10 | 0.13 | 0 | 0.04 |
HSL | 254.55º | 0.65% | 0.9% | - |
HSV(B) | 254.55º | 0.13% | 0.96% | - |
XYZ | 70.25 | 69.61 | 96.92 | - |
YUV | 219.15 | 143.15 | 129.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 246 | 0.10 | 0.13 | 0 | 0.04 | 254.55 | 0.65 | 0.9 |
Hex | DD | D5 | F6 | A | D | 0 | 4 | FF | 41 | 5A |
Octal | 335 | 325 | 366 | 12 | 15 | 0 | 4 | 377 | 101 | 132 |
Binary | 11011101 | 11010101 | 11110110 | 1010 | 1101 | 0 | 100 | 11111111 | 1000001 | 1011010 |
Color Harmonies of #DDD5F6
Complementary color
Monochromatic Colors of #DDD5F6
Black with #DDD5F6
Text Example
Text Example
White with #DDD5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5F6; }
p { color: rgb(221,213,246); }
H1.HeaderClassName
{
color: #DDD5F6;
}
.AnyTagClassName
{
color: #DDD5F6;
}
</style>
background-color css
<style>
a { background-color: #DDD5F6; }
a { background-color: rgb(221,213,246); }
div.DivClassName
{
background-color: #DDD5F6;
}
.BgClassName
{
background-color: #DDD5F6;
}
</style>
border-color css
<style>
span { border-color: #DDD5F6; }
span { border-color: rgb(221,213,246); }
td.TdClassName
{
border-color: #DDD5F6;
}
.TagClassName
{
border-color: #DDD5F6;
}
</style>