Shades of Pattens Blue #D1D7DA
Tints of Pattens Blue #D1D7DA
RGB
CMYK
RGB Variations
Color information
#D1D7DA (or 0xD1D7DA) is known color: Pattens Blue. HEX triplet: D1, D7 and DA. RGB value is (209,215,218). Sum of RGB (Red+Green+Blue) = 209+215+218=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7DA is #2E2825. Grayscale: #D5D5D5. Windows color (decimal): -3024934 or 14342097. OLE color: 14342097.
HSL color Cylindrical-coordinate representation of color #D1D7DA: hue angle of 200º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D7DA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 215 | 218 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.15 |
| HSL | 200º | 0.11% | 0.84% | - |
| HSV(B) | 200º | 0.04% | 0.85% | - |
| XYZ | 63.25 | 67.22 | 75.97 | - |
| YUV | 213.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 218 | 0.04 | 0.01 | 0 | 0.15 | 200 | 0.11 | 0.84 |
| Hex | D1 | D7 | DA | 4 | 1 | 0 | F | C8 | B | 54 |
| Octal | 321 | 327 | 332 | 4 | 1 | 0 | 17 | 310 | 13 | 124 |
| Binary | 11010001 | 11010111 | 11011010 | 100 | 1 | 0 | 1111 | 11001000 | 1011 | 1010100 |
Color Harmonies of #D1D7DA
Complementary color
Monochromatic Colors of #D1D7DA
Black with #D1D7DA
Text Example
Text Example
White with #D1D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7DA; }
p { color: rgb(209,215,218); }
H1.HeaderClassName
{
color: #D1D7DA;
}
.AnyTagClassName
{
color: #D1D7DA;
}
</style>
background-color css
<style>
a { background-color: #D1D7DA; }
a { background-color: rgb(209,215,218); }
div.DivClassName
{
background-color: #D1D7DA;
}
.BgClassName
{
background-color: #D1D7DA;
}
</style>
border-color css
<style>
span { border-color: #D1D7DA; }
span { border-color: rgb(209,215,218); }
td.TdClassName
{
border-color: #D1D7DA;
}
.TagClassName
{
border-color: #D1D7DA;
}
</style>