Shades of Pattens Blue #D6DADC
Tints of Pattens Blue #D6DADC
RGB
CMYK
RGB Variations
Color information
#D6DADC (or 0xD6DADC) is known color: Pattens Blue. HEX triplet: D6, DA and DC. RGB value is (214,218,220). Sum of RGB (Red+Green+Blue) = 214+218+220=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DADC is #292523. Grayscale: #D9D9D9. Windows color (decimal): -2696484 or 14473942. OLE color: 14473942.
HSL color Cylindrical-coordinate representation of color #D6DADC: hue angle of 200º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DADC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 218 | 220 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.14 |
| HSL | 200º | 0.08% | 0.85% | - |
| HSV(B) | 200º | 0.03% | 0.86% | - |
| XYZ | 65.72 | 69.61 | 77.68 | - |
| YUV | 217.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 220 | 0.03 | 0.01 | 0 | 0.14 | 200 | 0.08 | 0.85 |
| Hex | D6 | DA | DC | 3 | 1 | 0 | E | C8 | 8 | 55 |
| Octal | 326 | 332 | 334 | 3 | 1 | 0 | 16 | 310 | 10 | 125 |
| Binary | 11010110 | 11011010 | 11011100 | 11 | 1 | 0 | 1110 | 11001000 | 1000 | 1010101 |
Color Harmonies of #D6DADC
Complementary color
Monochromatic Colors of #D6DADC
Black with #D6DADC
Text Example
Text Example
White with #D6DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DADC; }
p { color: rgb(214,218,220); }
H1.HeaderClassName
{
color: #D6DADC;
}
.AnyTagClassName
{
color: #D6DADC;
}
</style>
background-color css
<style>
a { background-color: #D6DADC; }
a { background-color: rgb(214,218,220); }
div.DivClassName
{
background-color: #D6DADC;
}
.BgClassName
{
background-color: #D6DADC;
}
</style>
border-color css
<style>
span { border-color: #D6DADC; }
span { border-color: rgb(214,218,220); }
td.TdClassName
{
border-color: #D6DADC;
}
.TagClassName
{
border-color: #D6DADC;
}
</style>