Shades of Quartz #D6DDFD
Tints of Quartz #D6DDFD
RGB
CMYK
RGB Variations
Color information
#D6DDFD (or 0xD6DDFD) is known color: Quartz. HEX triplet: D6, DD and FD. RGB value is (214,221,253). Sum of RGB (Red+Green+Blue) = 214+221+253=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFD is #292202. Grayscale: #DEDEDE. Windows color (decimal): -2695683 or 16637398. OLE color: 16637398.
HSL color Cylindrical-coordinate representation of color #D6DDFD: hue angle of 229.23º 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 #D6DDFD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 221 | 253 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.01 |
| HSL | 229.23º | 0.91% | 0.92% | - |
| HSV(B) | 229.23º | 0.15% | 0.99% | - |
| XYZ | 71.32 | 73.1 | 103.28 | - |
| YUV | 222.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 253 | 0.15 | 0.13 | 0 | 0.01 | 229.23 | 0.91 | 0.92 |
| Hex | D6 | DD | FD | F | D | 0 | 1 | E5 | 5B | 5C |
| Octal | 326 | 335 | 375 | 17 | 15 | 0 | 1 | 345 | 133 | 134 |
| Binary | 11010110 | 11011101 | 11111101 | 1111 | 1101 | 0 | 1 | 11100101 | 1011011 | 1011100 |
Color Harmonies of #D6DDFD
Complementary color
Monochromatic Colors of #D6DDFD
Black with #D6DDFD
Text Example
Text Example
White with #D6DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDFD; }
p { color: rgb(214,221,253); }
H1.HeaderClassName
{
color: #D6DDFD;
}
.AnyTagClassName
{
color: #D6DDFD;
}
</style>
background-color css
<style>
a { background-color: #D6DDFD; }
a { background-color: rgb(214,221,253); }
div.DivClassName
{
background-color: #D6DDFD;
}
.BgClassName
{
background-color: #D6DDFD;
}
</style>
border-color css
<style>
span { border-color: #D6DDFD; }
span { border-color: rgb(214,221,253); }
td.TdClassName
{
border-color: #D6DDFD;
}
.TagClassName
{
border-color: #D6DDFD;
}
</style>