Shades of Quartz #D6DAFC
Tints of Quartz #D6DAFC
RGB
CMYK
RGB Variations
Color information
#D6DAFC (or 0xD6DAFC) is known color: Quartz. HEX triplet: D6, DA and FC. RGB value is (214,218,252). Sum of RGB (Red+Green+Blue) = 214+218+252=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFC is #292503. Grayscale: #DCDCDC. Windows color (decimal): -2696452 or 16571094. OLE color: 16571094.
HSL color Cylindrical-coordinate representation of color #D6DAFC: hue angle of 233.68º 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 #D6DAFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 218 | 252 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 233.68º | 0.86% | 0.91% | - |
HSV(B) | 233.68º | 0.15% | 0.99% | - |
XYZ | 70.37 | 71.47 | 102.18 | - |
YUV | 220.68 | 145.67 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 252 | 0.15 | 0.13 | 0 | 0.01 | 233.68 | 0.86 | 0.91 |
Hex | D6 | DA | FC | F | D | 0 | 1 | EA | 56 | 5B |
Octal | 326 | 332 | 374 | 17 | 15 | 0 | 1 | 352 | 126 | 133 |
Binary | 11010110 | 11011010 | 11111100 | 1111 | 1101 | 0 | 1 | 11101010 | 1010110 | 1011011 |
Color Harmonies of #D6DAFC
Complementary color
Monochromatic Colors of #D6DAFC
Black with #D6DAFC
Text Example
Text Example
White with #D6DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAFC; }
p { color: rgb(214,218,252); }
H1.HeaderClassName
{
color: #D6DAFC;
}
.AnyTagClassName
{
color: #D6DAFC;
}
</style>
background-color css
<style>
a { background-color: #D6DAFC; }
a { background-color: rgb(214,218,252); }
div.DivClassName
{
background-color: #D6DAFC;
}
.BgClassName
{
background-color: #D6DAFC;
}
</style>
border-color css
<style>
span { border-color: #D6DAFC; }
span { border-color: rgb(214,218,252); }
td.TdClassName
{
border-color: #D6DAFC;
}
.TagClassName
{
border-color: #D6DAFC;
}
</style>