Shades of Quartz #D8DCFC
Tints of Quartz #D8DCFC
RGB
CMYK
RGB Variations
Color information
#D8DCFC (or 0xD8DCFC) is known color: Quartz. HEX triplet: D8, DC and FC. RGB value is (216,220,252). Sum of RGB (Red+Green+Blue) = 216+220+252=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCFC is #272303. Grayscale: #DEDEDE. Windows color (decimal): -2564868 or 16571608. OLE color: 16571608.
HSL color Cylindrical-coordinate representation of color #D8DCFC: hue angle of 233.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 #D8DCFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 220 | 252 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 233.33º | 0.86% | 0.92% | - |
| HSV(B) | 233.33º | 0.14% | 0.99% | - |
| XYZ | 71.48 | 72.81 | 102.38 | - |
| YUV | 222.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 252 | 0.14 | 0.13 | 0 | 0.01 | 233.33 | 0.86 | 0.92 |
| Hex | D8 | DC | FC | E | D | 0 | 1 | E9 | 56 | 5C |
| Octal | 330 | 334 | 374 | 16 | 15 | 0 | 1 | 351 | 126 | 134 |
| Binary | 11011000 | 11011100 | 11111100 | 1110 | 1101 | 0 | 1 | 11101001 | 1010110 | 1011100 |
Color Harmonies of #D8DCFC
Complementary color
Monochromatic Colors of #D8DCFC
Black with #D8DCFC
Text Example
Text Example
White with #D8DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCFC; }
p { color: rgb(216,220,252); }
H1.HeaderClassName
{
color: #D8DCFC;
}
.AnyTagClassName
{
color: #D8DCFC;
}
</style>
background-color css
<style>
a { background-color: #D8DCFC; }
a { background-color: rgb(216,220,252); }
div.DivClassName
{
background-color: #D8DCFC;
}
.BgClassName
{
background-color: #D8DCFC;
}
</style>
border-color css
<style>
span { border-color: #D8DCFC; }
span { border-color: rgb(216,220,252); }
td.TdClassName
{
border-color: #D8DCFC;
}
.TagClassName
{
border-color: #D8DCFC;
}
</style>