Shades of Quartz #D8DBFC
Tints of Quartz #D8DBFC
RGB
CMYK
RGB Variations
Color information
#D8DBFC (or 0xD8DBFC) is known color: Quartz. HEX triplet: D8, DB and FC. RGB value is (216,219,252). Sum of RGB (Red+Green+Blue) = 216+219+252=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFC is #272403. Grayscale: #DDDDDD. Windows color (decimal): -2565124 or 16571352. OLE color: 16571352.
HSL color Cylindrical-coordinate representation of color #D8DBFC: hue angle of 235º 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 #D8DBFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 219 | 252 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 235º | 0.86% | 0.92% | - |
| HSV(B) | 235º | 0.14% | 0.99% | - |
| XYZ | 71.22 | 72.29 | 102.3 | - |
| YUV | 221.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 252 | 0.14 | 0.13 | 0 | 0.01 | 235 | 0.86 | 0.92 |
| Hex | D8 | DB | FC | E | D | 0 | 1 | EB | 56 | 5C |
| Octal | 330 | 333 | 374 | 16 | 15 | 0 | 1 | 353 | 126 | 134 |
| Binary | 11011000 | 11011011 | 11111100 | 1110 | 1101 | 0 | 1 | 11101011 | 1010110 | 1011100 |
Color Harmonies of #D8DBFC
Complementary color
Monochromatic Colors of #D8DBFC
Black with #D8DBFC
Text Example
Text Example
White with #D8DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBFC; }
p { color: rgb(216,219,252); }
H1.HeaderClassName
{
color: #D8DBFC;
}
.AnyTagClassName
{
color: #D8DBFC;
}
</style>
background-color css
<style>
a { background-color: #D8DBFC; }
a { background-color: rgb(216,219,252); }
div.DivClassName
{
background-color: #D8DBFC;
}
.BgClassName
{
background-color: #D8DBFC;
}
</style>
border-color css
<style>
span { border-color: #D8DBFC; }
span { border-color: rgb(216,219,252); }
td.TdClassName
{
border-color: #D8DBFC;
}
.TagClassName
{
border-color: #D8DBFC;
}
</style>