Shades of Quartz #D6DDFE
Tints of Quartz #D6DDFE
RGB
CMYK
RGB Variations
Color information
#D6DDFE (or 0xD6DDFE) is known color: Quartz. HEX triplet: D6, DD and FE. RGB value is (214,221,254). Sum of RGB (Red+Green+Blue) = 214+221+254=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFE is #292201. Grayscale: #DEDEDE. Windows color (decimal): -2695682 or 16702934. OLE color: 16702934.
HSL color Cylindrical-coordinate representation of color #D6DDFE: hue angle of 229.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DDFE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 221 | 254 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.00 |
| HSL | 229.5º | 0.95% | 0.92% | - |
| HSV(B) | 229.5º | 0.16% | 1% | - |
| XYZ | 71.48 | 73.16 | 104.12 | - |
| YUV | 222.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 254 | 0.16 | 0.13 | 0 | 0.00 | 229.5 | 0.95 | 0.92 |
| Hex | D6 | DD | FE | 10 | D | 0 | 0 | E6 | 5F | 5C |
| Octal | 326 | 335 | 376 | 20 | 15 | 0 | 0 | 346 | 137 | 134 |
| Binary | 11010110 | 11011101 | 11111110 | 10000 | 1101 | 0 | 0 | 11100110 | 1011111 | 1011100 |
Color Harmonies of #D6DDFE
Complementary color
Monochromatic Colors of #D6DDFE
Black with #D6DDFE
Text Example
Text Example
White with #D6DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDFE; }
p { color: rgb(214,221,254); }
H1.HeaderClassName
{
color: #D6DDFE;
}
.AnyTagClassName
{
color: #D6DDFE;
}
</style>
background-color css
<style>
a { background-color: #D6DDFE; }
a { background-color: rgb(214,221,254); }
div.DivClassName
{
background-color: #D6DDFE;
}
.BgClassName
{
background-color: #D6DDFE;
}
</style>
border-color css
<style>
span { border-color: #D6DDFE; }
span { border-color: rgb(214,221,254); }
td.TdClassName
{
border-color: #D6DDFE;
}
.TagClassName
{
border-color: #D6DDFE;
}
</style>