Shades of Quartz #D6DBFD
Tints of Quartz #D6DBFD
RGB
CMYK
RGB Variations
Color information
#D6DBFD (or 0xD6DBFD) is known color: Quartz. HEX triplet: D6, DB and FD. RGB value is (214,219,253). Sum of RGB (Red+Green+Blue) = 214+219+253=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFD is #292402. Grayscale: #DDDDDD. Windows color (decimal): -2696195 or 16636886. OLE color: 16636886.
HSL color Cylindrical-coordinate representation of color #D6DBFD: hue angle of 232.31º degrees, saturation: 0.91, 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 #D6DBFD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 219 | 253 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 232.31º | 0.91% | 0.92% | - |
HSV(B) | 232.31º | 0.15% | 0.99% | - |
XYZ | 70.79 | 72.05 | 103.1 | - |
YUV | 221.38 | 145.84 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 219 | 253 | 0.15 | 0.13 | 0 | 0.01 | 232.31 | 0.91 | 0.92 |
Hex | D6 | DB | FD | F | D | 0 | 1 | E8 | 5B | 5C |
Octal | 326 | 333 | 375 | 17 | 15 | 0 | 1 | 350 | 133 | 134 |
Binary | 11010110 | 11011011 | 11111101 | 1111 | 1101 | 0 | 1 | 11101000 | 1011011 | 1011100 |
Color Harmonies of #D6DBFD
Complementary color
Monochromatic Colors of #D6DBFD
Black with #D6DBFD
Text Example
Text Example
White with #D6DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBFD; }
p { color: rgb(214,219,253); }
H1.HeaderClassName
{
color: #D6DBFD;
}
.AnyTagClassName
{
color: #D6DBFD;
}
</style>
background-color css
<style>
a { background-color: #D6DBFD; }
a { background-color: rgb(214,219,253); }
div.DivClassName
{
background-color: #D6DBFD;
}
.BgClassName
{
background-color: #D6DBFD;
}
</style>
border-color css
<style>
span { border-color: #D6DBFD; }
span { border-color: rgb(214,219,253); }
td.TdClassName
{
border-color: #D6DBFD;
}
.TagClassName
{
border-color: #D6DBFD;
}
</style>