Shades of Quartz #D7DCFC
Tints of Quartz #D7DCFC
RGB
CMYK
RGB Variations
Color information
#D7DCFC (or 0xD7DCFC) is known color: Quartz. HEX triplet: D7, DC and FC. RGB value is (215,220,252). Sum of RGB (Red+Green+Blue) = 215+220+252=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFC is #282303. Grayscale: #DEDEDE. Windows color (decimal): -2630404 or 16571607. OLE color: 16571607.
HSL color Cylindrical-coordinate representation of color #D7DCFC: hue angle of 231.89º degrees, saturation: 0.86, 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 #D7DCFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 220 | 252 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.01 |
| HSL | 231.89º | 0.86% | 0.92% | - |
| HSV(B) | 231.89º | 0.15% | 0.99% | - |
| XYZ | 71.19 | 72.66 | 102.37 | - |
| YUV | 222.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 252 | 0.15 | 0.13 | 0 | 0.01 | 231.89 | 0.86 | 0.92 |
| Hex | D7 | DC | FC | F | D | 0 | 1 | E8 | 56 | 5C |
| Octal | 327 | 334 | 374 | 17 | 15 | 0 | 1 | 350 | 126 | 134 |
| Binary | 11010111 | 11011100 | 11111100 | 1111 | 1101 | 0 | 1 | 11101000 | 1010110 | 1011100 |
Color Harmonies of #D7DCFC
Complementary color
Monochromatic Colors of #D7DCFC
Black with #D7DCFC
Text Example
Text Example
White with #D7DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCFC; }
p { color: rgb(215,220,252); }
H1.HeaderClassName
{
color: #D7DCFC;
}
.AnyTagClassName
{
color: #D7DCFC;
}
</style>
background-color css
<style>
a { background-color: #D7DCFC; }
a { background-color: rgb(215,220,252); }
div.DivClassName
{
background-color: #D7DCFC;
}
.BgClassName
{
background-color: #D7DCFC;
}
</style>
border-color css
<style>
span { border-color: #D7DCFC; }
span { border-color: rgb(215,220,252); }
td.TdClassName
{
border-color: #D7DCFC;
}
.TagClassName
{
border-color: #D7DCFC;
}
</style>