Shades of Quartz #DDD7FB
Tints of Quartz #DDD7FB
RGB
CMYK
RGB Variations
Color information
#DDD7FB (or 0xDDD7FB) is known color: Quartz. HEX triplet: DD, D7 and FB. RGB value is (221,215,251). Sum of RGB (Red+Green+Blue) = 221+215+251=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FB is #222804. Grayscale: #DCDCDC. Windows color (decimal): -2238469 or 16504797. OLE color: 16504797.
HSL color Cylindrical-coordinate representation of color #DDD7FB: hue angle of 250º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD7FB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 215 | 251 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.02 |
| HSL | 250º | 0.82% | 0.91% | - |
| HSV(B) | 250º | 0.14% | 0.98% | - |
| XYZ | 71.53 | 70.94 | 101.19 | - |
| YUV | 220.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 251 | 0.12 | 0.14 | 0 | 0.02 | 250 | 0.82 | 0.91 |
| Hex | DD | D7 | FB | C | E | 0 | 2 | FA | 52 | 5B |
| Octal | 335 | 327 | 373 | 14 | 16 | 0 | 2 | 372 | 122 | 133 |
| Binary | 11011101 | 11010111 | 11111011 | 1100 | 1110 | 0 | 10 | 11111010 | 1010010 | 1011011 |
Color Harmonies of #DDD7FB
Complementary color
Monochromatic Colors of #DDD7FB
Black with #DDD7FB
Text Example
Text Example
White with #DDD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7FB; }
p { color: rgb(221,215,251); }
H1.HeaderClassName
{
color: #DDD7FB;
}
.AnyTagClassName
{
color: #DDD7FB;
}
</style>
background-color css
<style>
a { background-color: #DDD7FB; }
a { background-color: rgb(221,215,251); }
div.DivClassName
{
background-color: #DDD7FB;
}
.BgClassName
{
background-color: #DDD7FB;
}
</style>
border-color css
<style>
span { border-color: #DDD7FB; }
span { border-color: rgb(221,215,251); }
td.TdClassName
{
border-color: #DDD7FB;
}
.TagClassName
{
border-color: #DDD7FB;
}
</style>