Shades of Hawkes Blue #DBDCDF
Tints of Hawkes Blue #DBDCDF
RGB
CMYK
RGB Variations
Color information
#DBDCDF (or 0xDBDCDF) is known color: Hawkes Blue. HEX triplet: DB, DC and DF. RGB value is (219,220,223). Sum of RGB (Red+Green+Blue) = 219+220+223=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDF is #242320. Grayscale: #DCDCDC. Windows color (decimal): -2368289 or 14671067. OLE color: 14671067.
HSL color Cylindrical-coordinate representation of color #DBDCDF: hue angle of 225º 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 #DBDCDF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 220 | 223 | - |
CMYK | 0.02 | 0.01 | 0 | 0.13 |
HSL | 225º | 0.06% | 0.87% | - |
HSV(B) | 225º | 0.02% | 0.87% | - |
XYZ | 68.13 | 71.57 | 80.04 | - |
YUV | 220.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 223 | 0.02 | 0.01 | 0 | 0.13 | 225 | 0.06 | 0.87 |
Hex | DB | DC | DF | 2 | 1 | 0 | D | E1 | 6 | 57 |
Octal | 333 | 334 | 337 | 2 | 1 | 0 | 15 | 341 | 6 | 127 |
Binary | 11011011 | 11011100 | 11011111 | 10 | 1 | 0 | 1101 | 11100001 | 110 | 1010111 |
Color Harmonies of #DBDCDF
Complementary color
Monochromatic Colors of #DBDCDF
Black with #DBDCDF
Text Example
Text Example
White with #DBDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCDF; }
p { color: rgb(219,220,223); }
H1.HeaderClassName
{
color: #DBDCDF;
}
.AnyTagClassName
{
color: #DBDCDF;
}
</style>
background-color css
<style>
a { background-color: #DBDCDF; }
a { background-color: rgb(219,220,223); }
div.DivClassName
{
background-color: #DBDCDF;
}
.BgClassName
{
background-color: #DBDCDF;
}
</style>
border-color css
<style>
span { border-color: #DBDCDF; }
span { border-color: rgb(219,220,223); }
td.TdClassName
{
border-color: #DBDCDF;
}
.TagClassName
{
border-color: #DBDCDF;
}
</style>