Shades of Pattens Blue #DBDDDF
Tints of Pattens Blue #DBDDDF
RGB
CMYK
RGB Variations
Color information
#DBDDDF (or 0xDBDDDF) is known color: Pattens Blue. HEX triplet: DB, DD and DF. RGB value is (219,221,223). Sum of RGB (Red+Green+Blue) = 219+221+223=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDDF is #242220. Grayscale: #DCDCDC. Windows color (decimal): -2368033 or 14671323. OLE color: 14671323.
HSL color Cylindrical-coordinate representation of color #DBDDDF: hue angle of 210º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDDDF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 223 | - |
CMYK | 0.02 | 0.01 | 0 | 0.13 |
HSL | 210º | 0.06% | 0.87% | - |
HSV(B) | 210º | 0.02% | 0.87% | - |
XYZ | 68.39 | 72.1 | 80.12 | - |
YUV | 220.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 223 | 0.02 | 0.01 | 0 | 0.13 | 210 | 0.06 | 0.87 |
Hex | DB | DD | DF | 2 | 1 | 0 | D | D2 | 6 | 57 |
Octal | 333 | 335 | 337 | 2 | 1 | 0 | 15 | 322 | 6 | 127 |
Binary | 11011011 | 11011101 | 11011111 | 10 | 1 | 0 | 1101 | 11010010 | 110 | 1010111 |
Color Harmonies of #DBDDDF
Complementary color
Monochromatic Colors of #DBDDDF
Black with #DBDDDF
Text Example
Text Example
White with #DBDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDDF; }
p { color: rgb(219,221,223); }
H1.HeaderClassName
{
color: #DBDDDF;
}
.AnyTagClassName
{
color: #DBDDDF;
}
</style>
background-color css
<style>
a { background-color: #DBDDDF; }
a { background-color: rgb(219,221,223); }
div.DivClassName
{
background-color: #DBDDDF;
}
.BgClassName
{
background-color: #DBDDDF;
}
</style>
border-color css
<style>
span { border-color: #DBDDDF; }
span { border-color: rgb(219,221,223); }
td.TdClassName
{
border-color: #DBDDDF;
}
.TagClassName
{
border-color: #DBDDDF;
}
</style>