Shades of Quartz #D6DDFF
Tints of Quartz #D6DDFF
RGB
CMYK
RGB Variations
Color information
#D6DDFF (or 0xD6DDFF) is known color: Quartz. HEX triplet: D6, DD and FF. RGB value is (214,221,255). Sum of RGB (Red+Green+Blue) = 214+221+255=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFF is #292200. Grayscale: #DEDEDE. Windows color (decimal): -2695681 or 16768470. OLE color: 16768470.
HSL color Cylindrical-coordinate representation of color #D6DDFF: hue angle of 229.76º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DDFF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 221 | 255 | - |
| CMYK | 0.16 | 0.13 | 0 | 0 |
| HSL | 229.76º | 1% | 0.92% | - |
| HSV(B) | 229.76º | 0.16% | 1% | - |
| XYZ | 71.64 | 73.23 | 104.97 | - |
| YUV | 222.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 255 | 0.16 | 0.13 | 0 | 0 | 229.76 | 1 | 0.92 |
| Hex | D6 | DD | FF | 10 | D | 0 | 0 | E6 | 64 | 5C |
| Octal | 326 | 335 | 377 | 20 | 15 | 0 | 0 | 346 | 144 | 134 |
| Binary | 11010110 | 11011101 | 11111111 | 10000 | 1101 | 0 | 0 | 11100110 | 1100100 | 1011100 |
Color Harmonies of #D6DDFF
Complementary color
Monochromatic Colors of #D6DDFF
Black with #D6DDFF
Text Example
Text Example
White with #D6DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDFF; }
p { color: rgb(214,221,255); }
H1.HeaderClassName
{
color: #D6DDFF;
}
.AnyTagClassName
{
color: #D6DDFF;
}
</style>
background-color css
<style>
a { background-color: #D6DDFF; }
a { background-color: rgb(214,221,255); }
div.DivClassName
{
background-color: #D6DDFF;
}
.BgClassName
{
background-color: #D6DDFF;
}
</style>
border-color css
<style>
span { border-color: #D6DDFF; }
span { border-color: rgb(214,221,255); }
td.TdClassName
{
border-color: #D6DDFF;
}
.TagClassName
{
border-color: #D6DDFF;
}
</style>