Shades of Pattens Blue #DBDFE1
Tints of Pattens Blue #DBDFE1
RGB
CMYK
RGB Variations
Color information
#DBDFE1 (or 0xDBDFE1) is known color: Pattens Blue. HEX triplet: DB, DF and E1. RGB value is (219,223,225). Sum of RGB (Red+Green+Blue) = 219+223+225=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFE1 is #24201E. Grayscale: #DEDEDE. Windows color (decimal): -2367519 or 14802907. OLE color: 14802907.
HSL color Cylindrical-coordinate representation of color #DBDFE1: hue angle of 200º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDFE1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 223 | 225 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.12 |
| HSL | 200º | 0.09% | 0.87% | - |
| HSV(B) | 200º | 0.03% | 0.88% | - |
| XYZ | 69.19 | 73.27 | 81.73 | - |
| YUV | 222.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 225 | 0.03 | 0.01 | 0 | 0.12 | 200 | 0.09 | 0.87 |
| Hex | DB | DF | E1 | 3 | 1 | 0 | C | C8 | 9 | 57 |
| Octal | 333 | 337 | 341 | 3 | 1 | 0 | 14 | 310 | 11 | 127 |
| Binary | 11011011 | 11011111 | 11100001 | 11 | 1 | 0 | 1100 | 11001000 | 1001 | 1010111 |
Color Harmonies of #DBDFE1
Complementary color
Monochromatic Colors of #DBDFE1
Black with #DBDFE1
Text Example
Text Example
White with #DBDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFE1; }
p { color: rgb(219,223,225); }
H1.HeaderClassName
{
color: #DBDFE1;
}
.AnyTagClassName
{
color: #DBDFE1;
}
</style>
background-color css
<style>
a { background-color: #DBDFE1; }
a { background-color: rgb(219,223,225); }
div.DivClassName
{
background-color: #DBDFE1;
}
.BgClassName
{
background-color: #DBDFE1;
}
</style>
border-color css
<style>
span { border-color: #DBDFE1; }
span { border-color: rgb(219,223,225); }
td.TdClassName
{
border-color: #DBDFE1;
}
.TagClassName
{
border-color: #DBDFE1;
}
</style>