Shades of Quartz #D8DEFD
Tints of Quartz #D8DEFD
RGB
CMYK
RGB Variations
Color information
#D8DEFD (or 0xD8DEFD) is known color: Quartz. HEX triplet: D8, DE and FD. RGB value is (216,222,253). Sum of RGB (Red+Green+Blue) = 216+222+253=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFD is #272102. Grayscale: #DFDFDF. Windows color (decimal): -2564355 or 16637656. OLE color: 16637656.
HSL color Cylindrical-coordinate representation of color #D8DEFD: hue angle of 230.27º 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 #D8DEFD is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 222 | 253 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.01 |
| HSL | 230.27º | 0.9% | 0.92% | - |
| HSV(B) | 230.27º | 0.15% | 0.99% | - |
| XYZ | 72.17 | 73.93 | 103.4 | - |
| YUV | 223.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 253 | 0.15 | 0.12 | 0 | 0.01 | 230.27 | 0.9 | 0.92 |
| Hex | D8 | DE | FD | F | C | 0 | 1 | E6 | 5A | 5C |
| Octal | 330 | 336 | 375 | 17 | 14 | 0 | 1 | 346 | 132 | 134 |
| Binary | 11011000 | 11011110 | 11111101 | 1111 | 1100 | 0 | 1 | 11100110 | 1011010 | 1011100 |
Color Harmonies of #D8DEFD
Complementary color
Monochromatic Colors of #D8DEFD
Black with #D8DEFD
Text Example
Text Example
White with #D8DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEFD; }
p { color: rgb(216,222,253); }
H1.HeaderClassName
{
color: #D8DEFD;
}
.AnyTagClassName
{
color: #D8DEFD;
}
</style>
background-color css
<style>
a { background-color: #D8DEFD; }
a { background-color: rgb(216,222,253); }
div.DivClassName
{
background-color: #D8DEFD;
}
.BgClassName
{
background-color: #D8DEFD;
}
</style>
border-color css
<style>
span { border-color: #D8DEFD; }
span { border-color: rgb(216,222,253); }
td.TdClassName
{
border-color: #D8DEFD;
}
.TagClassName
{
border-color: #D8DEFD;
}
</style>