Shades of Quartz #D8DFFF
Tints of Quartz #D8DFFF
RGB
CMYK
RGB Variations
Color information
#D8DFFF (or 0xD8DFFF) is known color: Quartz. HEX triplet: D8, DF and FF. RGB value is (216,223,255). Sum of RGB (Red+Green+Blue) = 216+223+255=694 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.12% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFFF is #272000. Grayscale: #E0E0E0. Windows color (decimal): -2564097 or 16768984. OLE color: 16768984.
HSL color Cylindrical-coordinate representation of color #D8DFFF: hue angle of 229.23º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DFFF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 223 | 255 | - |
| CMYK | 0.15 | 0.13 | 0 | 0 |
| HSL | 229.23º | 1% | 0.92% | - |
| HSV(B) | 229.23º | 0.15% | 1% | - |
| XYZ | 72.76 | 74.59 | 105.17 | - |
| YUV | 224.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 255 | 0.15 | 0.13 | 0 | 0 | 229.23 | 1 | 0.92 |
| Hex | D8 | DF | FF | F | D | 0 | 0 | E5 | 64 | 5C |
| Octal | 330 | 337 | 377 | 17 | 15 | 0 | 0 | 345 | 144 | 134 |
| Binary | 11011000 | 11011111 | 11111111 | 1111 | 1101 | 0 | 0 | 11100101 | 1100100 | 1011100 |
Color Harmonies of #D8DFFF
Complementary color
Monochromatic Colors of #D8DFFF
Black with #D8DFFF
Text Example
Text Example
White with #D8DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFFF; }
p { color: rgb(216,223,255); }
H1.HeaderClassName
{
color: #D8DFFF;
}
.AnyTagClassName
{
color: #D8DFFF;
}
</style>
background-color css
<style>
a { background-color: #D8DFFF; }
a { background-color: rgb(216,223,255); }
div.DivClassName
{
background-color: #D8DFFF;
}
.BgClassName
{
background-color: #D8DFFF;
}
</style>
border-color css
<style>
span { border-color: #D8DFFF; }
span { border-color: rgb(216,223,255); }
td.TdClassName
{
border-color: #D8DFFF;
}
.TagClassName
{
border-color: #D8DFFF;
}
</style>