Shades of Pattens Blue #D1D8DD
Tints of Pattens Blue #D1D8DD
RGB
CMYK
RGB Variations
Color information
#D1D8DD (or 0xD1D8DD) is known color: Pattens Blue. HEX triplet: D1, D8 and DD. RGB value is (209,216,221). Sum of RGB (Red+Green+Blue) = 209+216+221=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8DD is #2E2722. Grayscale: #D6D6D6. Windows color (decimal): -3024675 or 14538961. OLE color: 14538961.
HSL color Cylindrical-coordinate representation of color #D1D8DD: hue angle of 205º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D8DD is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 216 | 221 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.13 |
| HSL | 205º | 0.15% | 0.84% | - |
| HSV(B) | 205º | 0.05% | 0.87% | - |
| XYZ | 63.9 | 67.89 | 78.14 | - |
| YUV | 214.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 221 | 0.05 | 0.02 | 0 | 0.13 | 205 | 0.15 | 0.84 |
| Hex | D1 | D8 | DD | 5 | 2 | 0 | D | CD | F | 54 |
| Octal | 321 | 330 | 335 | 5 | 2 | 0 | 15 | 315 | 17 | 124 |
| Binary | 11010001 | 11011000 | 11011101 | 101 | 10 | 0 | 1101 | 11001101 | 1111 | 1010100 |
Color Harmonies of #D1D8DD
Complementary color
Monochromatic Colors of #D1D8DD
Black with #D1D8DD
Text Example
Text Example
White with #D1D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8DD; }
p { color: rgb(209,216,221); }
H1.HeaderClassName
{
color: #D1D8DD;
}
.AnyTagClassName
{
color: #D1D8DD;
}
</style>
background-color css
<style>
a { background-color: #D1D8DD; }
a { background-color: rgb(209,216,221); }
div.DivClassName
{
background-color: #D1D8DD;
}
.BgClassName
{
background-color: #D1D8DD;
}
</style>
border-color css
<style>
span { border-color: #D1D8DD; }
span { border-color: rgb(209,216,221); }
td.TdClassName
{
border-color: #D1D8DD;
}
.TagClassName
{
border-color: #D1D8DD;
}
</style>