Shades of Pattens Blue #D1D9DC
Tints of Pattens Blue #D1D9DC
RGB
CMYK
RGB Variations
Color information
#D1D9DC (or 0xD1D9DC) is known color: Pattens Blue. HEX triplet: D1, D9 and DC. RGB value is (209,217,220). Sum of RGB (Red+Green+Blue) = 209+217+220=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9DC is #2E2623. Grayscale: #D6D6D6. Windows color (decimal): -3024420 or 14473681. OLE color: 14473681.
HSL color Cylindrical-coordinate representation of color #D1D9DC: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D9DC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 217 | 220 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.14 |
| HSL | 196.36º | 0.14% | 0.84% | - |
| HSV(B) | 196.36º | 0.05% | 0.86% | - |
| XYZ | 64.03 | 68.35 | 77.53 | - |
| YUV | 214.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 220 | 0.05 | 0.01 | 0 | 0.14 | 196.36 | 0.14 | 0.84 |
| Hex | D1 | D9 | DC | 5 | 1 | 0 | E | C4 | E | 54 |
| Octal | 321 | 331 | 334 | 5 | 1 | 0 | 16 | 304 | 16 | 124 |
| Binary | 11010001 | 11011001 | 11011100 | 101 | 1 | 0 | 1110 | 11000100 | 1110 | 1010100 |
Color Harmonies of #D1D9DC
Complementary color
Monochromatic Colors of #D1D9DC
Black with #D1D9DC
Text Example
Text Example
White with #D1D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9DC; }
p { color: rgb(209,217,220); }
H1.HeaderClassName
{
color: #D1D9DC;
}
.AnyTagClassName
{
color: #D1D9DC;
}
</style>
background-color css
<style>
a { background-color: #D1D9DC; }
a { background-color: rgb(209,217,220); }
div.DivClassName
{
background-color: #D1D9DC;
}
.BgClassName
{
background-color: #D1D9DC;
}
</style>
border-color css
<style>
span { border-color: #D1D9DC; }
span { border-color: rgb(209,217,220); }
td.TdClassName
{
border-color: #D1D9DC;
}
.TagClassName
{
border-color: #D1D9DC;
}
</style>