Shades of Quartz #D8DCFF
Tints of Quartz #D8DCFF
RGB
CMYK
RGB Variations
Color information
#D8DCFF (or 0xD8DCFF) is known color: Quartz. HEX triplet: D8, DC and FF. RGB value is (216,220,255). Sum of RGB (Red+Green+Blue) = 216+220+255=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCFF is #272300. Grayscale: #DEDEDE. Windows color (decimal): -2564865 or 16768216. OLE color: 16768216.
HSL color Cylindrical-coordinate representation of color #D8DCFF: hue angle of 233.85º 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 #D8DCFF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 220 | 255 | - |
| CMYK | 0.15 | 0.14 | 0 | 0 |
| HSL | 233.85º | 1% | 0.92% | - |
| HSV(B) | 233.85º | 0.15% | 1% | - |
| XYZ | 71.96 | 73.01 | 104.91 | - |
| YUV | 222.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 255 | 0.15 | 0.14 | 0 | 0 | 233.85 | 1 | 0.92 |
| Hex | D8 | DC | FF | F | E | 0 | 0 | EA | 64 | 5C |
| Octal | 330 | 334 | 377 | 17 | 16 | 0 | 0 | 352 | 144 | 134 |
| Binary | 11011000 | 11011100 | 11111111 | 1111 | 1110 | 0 | 0 | 11101010 | 1100100 | 1011100 |
Color Harmonies of #D8DCFF
Complementary color
Monochromatic Colors of #D8DCFF
Black with #D8DCFF
Text Example
Text Example
White with #D8DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCFF; }
p { color: rgb(216,220,255); }
H1.HeaderClassName
{
color: #D8DCFF;
}
.AnyTagClassName
{
color: #D8DCFF;
}
</style>
background-color css
<style>
a { background-color: #D8DCFF; }
a { background-color: rgb(216,220,255); }
div.DivClassName
{
background-color: #D8DCFF;
}
.BgClassName
{
background-color: #D8DCFF;
}
</style>
border-color css
<style>
span { border-color: #D8DCFF; }
span { border-color: rgb(216,220,255); }
td.TdClassName
{
border-color: #D8DCFF;
}
.TagClassName
{
border-color: #D8DCFF;
}
</style>