Shades of Pattens Blue #D5D9DB
Tints of Pattens Blue #D5D9DB
RGB
CMYK
RGB Variations
Color information
#D5D9DB (or 0xD5D9DB) is known color: Pattens Blue. HEX triplet: D5, D9 and DB. RGB value is (213,217,219). Sum of RGB (Red+Green+Blue) = 213+217+219=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9DB is #2A2624. Grayscale: #D8D8D8. Windows color (decimal): -2762277 or 14408149. OLE color: 14408149.
HSL color Cylindrical-coordinate representation of color #D5D9DB: 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 #D5D9DB is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 217 | 219 | - |
CMYK | 0.03 | 0.01 | 0 | 0.14 |
HSL | 200º | 0.08% | 0.85% | - |
HSV(B) | 200º | 0.03% | 0.86% | - |
XYZ | 65.04 | 68.89 | 76.89 | - |
YUV | 216.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 219 | 0.03 | 0.01 | 0 | 0.14 | 200 | 0.08 | 0.85 |
Hex | D5 | D9 | DB | 3 | 1 | 0 | E | C8 | 8 | 55 |
Octal | 325 | 331 | 333 | 3 | 1 | 0 | 16 | 310 | 10 | 125 |
Binary | 11010101 | 11011001 | 11011011 | 11 | 1 | 0 | 1110 | 11001000 | 1000 | 1010101 |
Color Harmonies of #D5D9DB
Complementary color
Monochromatic Colors of #D5D9DB
Black with #D5D9DB
Text Example
Text Example
White with #D5D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9DB; }
p { color: rgb(213,217,219); }
H1.HeaderClassName
{
color: #D5D9DB;
}
.AnyTagClassName
{
color: #D5D9DB;
}
</style>
background-color css
<style>
a { background-color: #D5D9DB; }
a { background-color: rgb(213,217,219); }
div.DivClassName
{
background-color: #D5D9DB;
}
.BgClassName
{
background-color: #D5D9DB;
}
</style>
border-color css
<style>
span { border-color: #D5D9DB; }
span { border-color: rgb(213,217,219); }
td.TdClassName
{
border-color: #D5D9DB;
}
.TagClassName
{
border-color: #D5D9DB;
}
</style>