Shades of Pattens Blue #D3D8DA
Tints of Pattens Blue #D3D8DA
RGB
CMYK
RGB Variations
Color information
#D3D8DA (or 0xD3D8DA) is known color: Pattens Blue. HEX triplet: D3, D8 and DA. RGB value is (211,216,218). Sum of RGB (Red+Green+Blue) = 211+216+218=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8DA is #2C2725. Grayscale: #D6D6D6. Windows color (decimal): -2893606 or 14342355. OLE color: 14342355.
HSL color Cylindrical-coordinate representation of color #D3D8DA: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D8DA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 218 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.15 |
| HSL | 197.14º | 0.09% | 0.84% | - |
| HSV(B) | 197.14º | 0.03% | 0.85% | - |
| XYZ | 64.07 | 68.02 | 76.08 | - |
| YUV | 214.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 218 | 0.03 | 0.01 | 0 | 0.15 | 197.14 | 0.09 | 0.84 |
| Hex | D3 | D8 | DA | 3 | 1 | 0 | F | C5 | 9 | 54 |
| Octal | 323 | 330 | 332 | 3 | 1 | 0 | 17 | 305 | 11 | 124 |
| Binary | 11010011 | 11011000 | 11011010 | 11 | 1 | 0 | 1111 | 11000101 | 1001 | 1010100 |
Color Harmonies of #D3D8DA
Complementary color
Monochromatic Colors of #D3D8DA
Black with #D3D8DA
Text Example
Text Example
White with #D3D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D8DA; }
p { color: rgb(211,216,218); }
H1.HeaderClassName
{
color: #D3D8DA;
}
.AnyTagClassName
{
color: #D3D8DA;
}
</style>
background-color css
<style>
a { background-color: #D3D8DA; }
a { background-color: rgb(211,216,218); }
div.DivClassName
{
background-color: #D3D8DA;
}
.BgClassName
{
background-color: #D3D8DA;
}
</style>
border-color css
<style>
span { border-color: #D3D8DA; }
span { border-color: rgb(211,216,218); }
td.TdClassName
{
border-color: #D3D8DA;
}
.TagClassName
{
border-color: #D3D8DA;
}
</style>