Shades of Quartz #D8DFFD
Tints of Quartz #D8DFFD
RGB
CMYK
RGB Variations
Color information
#D8DFFD (or 0xD8DFFD) is known color: Quartz. HEX triplet: D8, DF and FD. RGB value is (216,223,253). Sum of RGB (Red+Green+Blue) = 216+223+253=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFFD is #272002. Grayscale: #E0E0E0. Windows color (decimal): -2564099 or 16637912. OLE color: 16637912.
HSL color Cylindrical-coordinate representation of color #D8DFFD: hue angle of 228.65º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DFFD is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 223 | 253 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.01 |
| HSL | 228.65º | 0.9% | 0.92% | - |
| HSV(B) | 228.65º | 0.15% | 0.99% | - |
| XYZ | 72.44 | 74.47 | 103.48 | - |
| YUV | 224.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 253 | 0.15 | 0.12 | 0 | 0.01 | 228.65 | 0.9 | 0.92 |
| Hex | D8 | DF | FD | F | C | 0 | 1 | E5 | 5A | 5C |
| Octal | 330 | 337 | 375 | 17 | 14 | 0 | 1 | 345 | 132 | 134 |
| Binary | 11011000 | 11011111 | 11111101 | 1111 | 1100 | 0 | 1 | 11100101 | 1011010 | 1011100 |
Color Harmonies of #D8DFFD
Complementary color
Monochromatic Colors of #D8DFFD
Black with #D8DFFD
Text Example
Text Example
White with #D8DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFFD; }
p { color: rgb(216,223,253); }
H1.HeaderClassName
{
color: #D8DFFD;
}
.AnyTagClassName
{
color: #D8DFFD;
}
</style>
background-color css
<style>
a { background-color: #D8DFFD; }
a { background-color: rgb(216,223,253); }
div.DivClassName
{
background-color: #D8DFFD;
}
.BgClassName
{
background-color: #D8DFFD;
}
</style>
border-color css
<style>
span { border-color: #D8DFFD; }
span { border-color: rgb(216,223,253); }
td.TdClassName
{
border-color: #D8DFFD;
}
.TagClassName
{
border-color: #D8DFFD;
}
</style>