Shades of Quartz #D8DDFC
Tints of Quartz #D8DDFC
RGB
CMYK
RGB Variations
Color information
#D8DDFC (or 0xD8DDFC) is known color: Quartz. HEX triplet: D8, DD and FC. RGB value is (216,221,252). Sum of RGB (Red+Green+Blue) = 216+221+252=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 221 (86.72% from 255 or 32.08% 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 #D8DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDFC is #272203. Grayscale: #DEDEDE. Windows color (decimal): -2564612 or 16571864. OLE color: 16571864.
HSL color Cylindrical-coordinate representation of color #D8DDFC: hue angle of 231.67º 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 #D8DDFC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 221 | 252 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.01 |
| HSL | 231.67º | 0.86% | 0.92% | - |
| HSV(B) | 231.67º | 0.14% | 0.99% | - |
| XYZ | 71.75 | 73.34 | 102.47 | - |
| YUV | 223.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 252 | 0.14 | 0.12 | 0 | 0.01 | 231.67 | 0.86 | 0.92 |
| Hex | D8 | DD | FC | E | C | 0 | 1 | E8 | 56 | 5C |
| Octal | 330 | 335 | 374 | 16 | 14 | 0 | 1 | 350 | 126 | 134 |
| Binary | 11011000 | 11011101 | 11111100 | 1110 | 1100 | 0 | 1 | 11101000 | 1010110 | 1011100 |
Color Harmonies of #D8DDFC
Complementary color
Monochromatic Colors of #D8DDFC
Black with #D8DDFC
Text Example
Text Example
White with #D8DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDFC; }
p { color: rgb(216,221,252); }
H1.HeaderClassName
{
color: #D8DDFC;
}
.AnyTagClassName
{
color: #D8DDFC;
}
</style>
background-color css
<style>
a { background-color: #D8DDFC; }
a { background-color: rgb(216,221,252); }
div.DivClassName
{
background-color: #D8DDFC;
}
.BgClassName
{
background-color: #D8DDFC;
}
</style>
border-color css
<style>
span { border-color: #D8DDFC; }
span { border-color: rgb(216,221,252); }
td.TdClassName
{
border-color: #D8DDFC;
}
.TagClassName
{
border-color: #D8DDFC;
}
</style>