Shades of Quartz #D6DBFC
Tints of Quartz #D6DBFC
RGB
CMYK
RGB Variations
Color information
#D6DBFC (or 0xD6DBFC) is known color: Quartz. HEX triplet: D6, DB and FC. RGB value is (214,219,252). Sum of RGB (Red+Green+Blue) = 214+219+252=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFC is #292403. Grayscale: #DDDDDD. Windows color (decimal): -2696196 or 16571350. OLE color: 16571350.
HSL color Cylindrical-coordinate representation of color #D6DBFC: hue angle of 232.11º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DBFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 219 | 252 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 232.11º | 0.86% | 0.91% | - |
HSV(B) | 232.11º | 0.15% | 0.99% | - |
XYZ | 70.63 | 71.99 | 102.27 | - |
YUV | 221.27 | 145.34 | 122.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 219 | 252 | 0.15 | 0.13 | 0 | 0.01 | 232.11 | 0.86 | 0.91 |
Hex | D6 | DB | FC | F | D | 0 | 1 | E8 | 56 | 5B |
Octal | 326 | 333 | 374 | 17 | 15 | 0 | 1 | 350 | 126 | 133 |
Binary | 11010110 | 11011011 | 11111100 | 1111 | 1101 | 0 | 1 | 11101000 | 1010110 | 1011011 |
Color Harmonies of #D6DBFC
Complementary color
Monochromatic Colors of #D6DBFC
Black with #D6DBFC
Text Example
Text Example
White with #D6DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBFC; }
p { color: rgb(214,219,252); }
H1.HeaderClassName
{
color: #D6DBFC;
}
.AnyTagClassName
{
color: #D6DBFC;
}
</style>
background-color css
<style>
a { background-color: #D6DBFC; }
a { background-color: rgb(214,219,252); }
div.DivClassName
{
background-color: #D6DBFC;
}
.BgClassName
{
background-color: #D6DBFC;
}
</style>
border-color css
<style>
span { border-color: #D6DBFC; }
span { border-color: rgb(214,219,252); }
td.TdClassName
{
border-color: #D6DBFC;
}
.TagClassName
{
border-color: #D6DBFC;
}
</style>