Shades of Quartz #D5D8FC
Tints of Quartz #D5D8FC
RGB
CMYK
RGB Variations
Color information
#D5D8FC (or 0xD5D8FC) is known color: Quartz. HEX triplet: D5, D8 and FC. RGB value is (213,216,252). Sum of RGB (Red+Green+Blue) = 213+216+252=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8FC is #2A2703. Grayscale: #DBDBDB. Windows color (decimal): -2762500 or 16570581. OLE color: 16570581.
HSL color Cylindrical-coordinate representation of color #D5D8FC: hue angle of 235.38º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5D8FC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 216 | 252 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.01 |
| HSL | 235.38º | 0.87% | 0.91% | - |
| HSV(B) | 235.38º | 0.15% | 0.99% | - |
| XYZ | 69.57 | 70.29 | 102 | - |
| YUV | 219.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 252 | 0.15 | 0.14 | 0 | 0.01 | 235.38 | 0.87 | 0.91 |
| Hex | D5 | D8 | FC | F | E | 0 | 1 | EB | 57 | 5B |
| Octal | 325 | 330 | 374 | 17 | 16 | 0 | 1 | 353 | 127 | 133 |
| Binary | 11010101 | 11011000 | 11111100 | 1111 | 1110 | 0 | 1 | 11101011 | 1010111 | 1011011 |
Color Harmonies of #D5D8FC
Complementary color
Monochromatic Colors of #D5D8FC
Black with #D5D8FC
Text Example
Text Example
White with #D5D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8FC; }
p { color: rgb(213,216,252); }
H1.HeaderClassName
{
color: #D5D8FC;
}
.AnyTagClassName
{
color: #D5D8FC;
}
</style>
background-color css
<style>
a { background-color: #D5D8FC; }
a { background-color: rgb(213,216,252); }
div.DivClassName
{
background-color: #D5D8FC;
}
.BgClassName
{
background-color: #D5D8FC;
}
</style>
border-color css
<style>
span { border-color: #D5D8FC; }
span { border-color: rgb(213,216,252); }
td.TdClassName
{
border-color: #D5D8FC;
}
.TagClassName
{
border-color: #D5D8FC;
}
</style>