Shades of Pattens Blue #D2D9DC
Tints of Pattens Blue #D2D9DC
RGB
CMYK
RGB Variations
Color information
#D2D9DC (or 0xD2D9DC) is known color: Pattens Blue. HEX triplet: D2, D9 and DC. RGB value is (210,217,220). Sum of RGB (Red+Green+Blue) = 210+217+220=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9DC is #2D2623. Grayscale: #D7D7D7. Windows color (decimal): -2958884 or 14473682. OLE color: 14473682.
HSL color Cylindrical-coordinate representation of color #D2D9DC: hue angle of 198º degrees, saturation: 0.12, 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 #D2D9DC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 217 | 220 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.14 |
| HSL | 198º | 0.13% | 0.84% | - |
| HSV(B) | 198º | 0.05% | 0.86% | - |
| XYZ | 64.31 | 68.49 | 77.54 | - |
| YUV | 215.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 220 | 0.05 | 0.01 | 0 | 0.14 | 198 | 0.13 | 0.84 |
| Hex | D2 | D9 | DC | 5 | 1 | 0 | E | C6 | C | 54 |
| Octal | 322 | 331 | 334 | 5 | 1 | 0 | 16 | 306 | 14 | 124 |
| Binary | 11010010 | 11011001 | 11011100 | 101 | 1 | 0 | 1110 | 11000110 | 1100 | 1010100 |
Color Harmonies of #D2D9DC
Complementary color
Monochromatic Colors of #D2D9DC
Black with #D2D9DC
Text Example
Text Example
White with #D2D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9DC; }
p { color: rgb(210,217,220); }
H1.HeaderClassName
{
color: #D2D9DC;
}
.AnyTagClassName
{
color: #D2D9DC;
}
</style>
background-color css
<style>
a { background-color: #D2D9DC; }
a { background-color: rgb(210,217,220); }
div.DivClassName
{
background-color: #D2D9DC;
}
.BgClassName
{
background-color: #D2D9DC;
}
</style>
border-color css
<style>
span { border-color: #D2D9DC; }
span { border-color: rgb(210,217,220); }
td.TdClassName
{
border-color: #D2D9DC;
}
.TagClassName
{
border-color: #D2D9DC;
}
</style>