Shades of Quartz #D3DAFC
Tints of Quartz #D3DAFC
RGB
CMYK
RGB Variations
Color information
#D3DAFC (or 0xD3DAFC) is known color: Quartz. HEX triplet: D3, DA and FC. RGB value is (211,218,252). Sum of RGB (Red+Green+Blue) = 211+218+252=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAFC is #2C2503. Grayscale: #DBDBDB. Windows color (decimal): -2893060 or 16571091. OLE color: 16571091.
HSL color Cylindrical-coordinate representation of color #D3DAFC: hue angle of 229.76º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DAFC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 218 | 252 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.01 |
| HSL | 229.76º | 0.87% | 0.91% | - |
| HSV(B) | 229.76º | 0.16% | 0.99% | - |
| XYZ | 69.51 | 71.02 | 102.14 | - |
| YUV | 219.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 252 | 0.16 | 0.13 | 0 | 0.01 | 229.76 | 0.87 | 0.91 |
| Hex | D3 | DA | FC | 10 | D | 0 | 1 | E6 | 57 | 5B |
| Octal | 323 | 332 | 374 | 20 | 15 | 0 | 1 | 346 | 127 | 133 |
| Binary | 11010011 | 11011010 | 11111100 | 10000 | 1101 | 0 | 1 | 11100110 | 1010111 | 1011011 |
Color Harmonies of #D3DAFC
Complementary color
Monochromatic Colors of #D3DAFC
Black with #D3DAFC
Text Example
Text Example
White with #D3DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAFC; }
p { color: rgb(211,218,252); }
H1.HeaderClassName
{
color: #D3DAFC;
}
.AnyTagClassName
{
color: #D3DAFC;
}
</style>
background-color css
<style>
a { background-color: #D3DAFC; }
a { background-color: rgb(211,218,252); }
div.DivClassName
{
background-color: #D3DAFC;
}
.BgClassName
{
background-color: #D3DAFC;
}
</style>
border-color css
<style>
span { border-color: #D3DAFC; }
span { border-color: rgb(211,218,252); }
td.TdClassName
{
border-color: #D3DAFC;
}
.TagClassName
{
border-color: #D3DAFC;
}
</style>