Shades of Pattens Blue #D6DADD
Tints of Pattens Blue #D6DADD
RGB
CMYK
RGB Variations
Color information
#D6DADD (or 0xD6DADD) is known color: Pattens Blue. HEX triplet: D6, DA and DD. RGB value is (214,218,221). Sum of RGB (Red+Green+Blue) = 214+218+221=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DADD is #292522. Grayscale: #D9D9D9. Windows color (decimal): -2696483 or 14539478. OLE color: 14539478.
HSL color Cylindrical-coordinate representation of color #D6DADD: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DADD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 218 | 221 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.13 |
| HSL | 205.71º | 0.09% | 0.85% | - |
| HSV(B) | 205.71º | 0.03% | 0.87% | - |
| XYZ | 65.85 | 69.66 | 78.38 | - |
| YUV | 217.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 221 | 0.03 | 0.01 | 0 | 0.13 | 205.71 | 0.09 | 0.85 |
| Hex | D6 | DA | DD | 3 | 1 | 0 | D | CE | 9 | 55 |
| Octal | 326 | 332 | 335 | 3 | 1 | 0 | 15 | 316 | 11 | 125 |
| Binary | 11010110 | 11011010 | 11011101 | 11 | 1 | 0 | 1101 | 11001110 | 1001 | 1010101 |
Color Harmonies of #D6DADD
Complementary color
Monochromatic Colors of #D6DADD
Black with #D6DADD
Text Example
Text Example
White with #D6DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DADD; }
p { color: rgb(214,218,221); }
H1.HeaderClassName
{
color: #D6DADD;
}
.AnyTagClassName
{
color: #D6DADD;
}
</style>
background-color css
<style>
a { background-color: #D6DADD; }
a { background-color: rgb(214,218,221); }
div.DivClassName
{
background-color: #D6DADD;
}
.BgClassName
{
background-color: #D6DADD;
}
</style>
border-color css
<style>
span { border-color: #D6DADD; }
span { border-color: rgb(214,218,221); }
td.TdClassName
{
border-color: #D6DADD;
}
.TagClassName
{
border-color: #D6DADD;
}
</style>