Shades of Quartz #DDD8FC
Tints of Quartz #DDD8FC
RGB
CMYK
RGB Variations
Color information
#DDD8FC (or 0xDDD8FC) is known color: Quartz. HEX triplet: DD, D8 and FC. RGB value is (221,216,252). Sum of RGB (Red+Green+Blue) = 221+216+252=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8FC is #222703. Grayscale: #DDDDDD. Windows color (decimal): -2238212 or 16570589. OLE color: 16570589.
HSL color Cylindrical-coordinate representation of color #DDD8FC: hue angle of 248.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD8FC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 216 | 252 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.01 |
| HSL | 248.33º | 0.86% | 0.92% | - |
| HSV(B) | 248.33º | 0.14% | 0.99% | - |
| XYZ | 71.95 | 71.51 | 102.11 | - |
| YUV | 221.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 252 | 0.12 | 0.14 | 0 | 0.01 | 248.33 | 0.86 | 0.92 |
| Hex | DD | D8 | FC | C | E | 0 | 1 | F8 | 56 | 5C |
| Octal | 335 | 330 | 374 | 14 | 16 | 0 | 1 | 370 | 126 | 134 |
| Binary | 11011101 | 11011000 | 11111100 | 1100 | 1110 | 0 | 1 | 11111000 | 1010110 | 1011100 |
Color Harmonies of #DDD8FC
Complementary color
Monochromatic Colors of #DDD8FC
Black with #DDD8FC
Text Example
Text Example
White with #DDD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8FC; }
p { color: rgb(221,216,252); }
H1.HeaderClassName
{
color: #DDD8FC;
}
.AnyTagClassName
{
color: #DDD8FC;
}
</style>
background-color css
<style>
a { background-color: #DDD8FC; }
a { background-color: rgb(221,216,252); }
div.DivClassName
{
background-color: #DDD8FC;
}
.BgClassName
{
background-color: #DDD8FC;
}
</style>
border-color css
<style>
span { border-color: #DDD8FC; }
span { border-color: rgb(221,216,252); }
td.TdClassName
{
border-color: #DDD8FC;
}
.TagClassName
{
border-color: #DDD8FC;
}
</style>