Shades of Pattens Blue #DBDCDD
Tints of Pattens Blue #DBDCDD
RGB
CMYK
RGB Variations
Color information
#DBDCDD (or 0xDBDCDD) is known color: Pattens Blue. HEX triplet: DB, DC and DD. RGB value is (219,220,221). Sum of RGB (Red+Green+Blue) = 219+220+221=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDD is #242322. Grayscale: #DBDBDB. Windows color (decimal): -2368291 or 14539995. OLE color: 14539995.
HSL color Cylindrical-coordinate representation of color #DBDCDD: hue angle of 210º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDCDD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 220 | 221 | - |
CMYK | 0.01 | 0.00 | 0 | 0.13 |
HSL | 210º | 0.03% | 0.86% | - |
HSV(B) | 210º | 0.01% | 0.87% | - |
XYZ | 67.86 | 71.47 | 78.62 | - |
YUV | 219.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 221 | 0.01 | 0.00 | 0 | 0.13 | 210 | 0.03 | 0.86 |
Hex | DB | DC | DD | 1 | 0 | 0 | D | D2 | 3 | 56 |
Octal | 333 | 334 | 335 | 1 | 0 | 0 | 15 | 322 | 3 | 126 |
Binary | 11011011 | 11011100 | 11011101 | 1 | 0 | 0 | 1101 | 11010010 | 11 | 1010110 |
Color Harmonies of #DBDCDD
Complementary color
Monochromatic Colors of #DBDCDD
Black with #DBDCDD
Text Example
Text Example
White with #DBDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCDD; }
p { color: rgb(219,220,221); }
H1.HeaderClassName
{
color: #DBDCDD;
}
.AnyTagClassName
{
color: #DBDCDD;
}
</style>
background-color css
<style>
a { background-color: #DBDCDD; }
a { background-color: rgb(219,220,221); }
div.DivClassName
{
background-color: #DBDCDD;
}
.BgClassName
{
background-color: #DBDCDD;
}
</style>
border-color css
<style>
span { border-color: #DBDCDD; }
span { border-color: rgb(219,220,221); }
td.TdClassName
{
border-color: #DBDCDD;
}
.TagClassName
{
border-color: #DBDCDD;
}
</style>