Shades of Quartz #DDD5FB
Tints of Quartz #DDD5FB
RGB
CMYK
RGB Variations
Color information
#DDD5FB (or 0xDDD5FB) is known color: Quartz. HEX triplet: DD, D5 and FB. RGB value is (221,213,251). Sum of RGB (Red+Green+Blue) = 221+213+251=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FB is #222A04. Grayscale: #DBDBDB. Windows color (decimal): -2238981 or 16504285. OLE color: 16504285.
HSL color Cylindrical-coordinate representation of color #DDD5FB: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD5FB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 213 | 251 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.02 |
| HSL | 252.63º | 0.83% | 0.91% | - |
| HSV(B) | 252.63º | 0.15% | 0.98% | - |
| XYZ | 71.03 | 69.93 | 101.02 | - |
| YUV | 219.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 251 | 0.12 | 0.15 | 0 | 0.02 | 252.63 | 0.83 | 0.91 |
| Hex | DD | D5 | FB | C | F | 0 | 2 | FD | 53 | 5B |
| Octal | 335 | 325 | 373 | 14 | 17 | 0 | 2 | 375 | 123 | 133 |
| Binary | 11011101 | 11010101 | 11111011 | 1100 | 1111 | 0 | 10 | 11111101 | 1010011 | 1011011 |
Color Harmonies of #DDD5FB
Complementary color
Monochromatic Colors of #DDD5FB
Black with #DDD5FB
Text Example
Text Example
White with #DDD5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5FB; }
p { color: rgb(221,213,251); }
H1.HeaderClassName
{
color: #DDD5FB;
}
.AnyTagClassName
{
color: #DDD5FB;
}
</style>
background-color css
<style>
a { background-color: #DDD5FB; }
a { background-color: rgb(221,213,251); }
div.DivClassName
{
background-color: #DDD5FB;
}
.BgClassName
{
background-color: #DDD5FB;
}
</style>
border-color css
<style>
span { border-color: #DDD5FB; }
span { border-color: rgb(221,213,251); }
td.TdClassName
{
border-color: #DDD5FB;
}
.TagClassName
{
border-color: #DDD5FB;
}
</style>