Shades of Hawkes Blue #DBDDE1
Tints of Hawkes Blue #DBDDE1
RGB
CMYK
RGB Variations
Color information
#DBDDE1 (or 0xDBDDE1) is known color: Hawkes Blue. HEX triplet: DB, DD and E1. RGB value is (219,221,225). Sum of RGB (Red+Green+Blue) = 219+221+225=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE1 is #24221E. Grayscale: #DCDCDC. Windows color (decimal): -2368031 or 14802395. OLE color: 14802395.
HSL color Cylindrical-coordinate representation of color #DBDDE1: hue angle of 220º 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 #DBDDE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 221 | 225 | - |
CMYK | 0.03 | 0.02 | 0 | 0.12 |
HSL | 220º | 0.09% | 0.87% | - |
HSV(B) | 220º | 0.03% | 0.88% | - |
XYZ | 68.66 | 72.21 | 81.55 | - |
YUV | 220.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 225 | 0.03 | 0.02 | 0 | 0.12 | 220 | 0.09 | 0.87 |
Hex | DB | DD | E1 | 3 | 2 | 0 | C | DC | 9 | 57 |
Octal | 333 | 335 | 341 | 3 | 2 | 0 | 14 | 334 | 11 | 127 |
Binary | 11011011 | 11011101 | 11100001 | 11 | 10 | 0 | 1100 | 11011100 | 1001 | 1010111 |
Color Harmonies of #DBDDE1
Complementary color
Monochromatic Colors of #DBDDE1
Black with #DBDDE1
Text Example
Text Example
White with #DBDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDE1; }
p { color: rgb(219,221,225); }
H1.HeaderClassName
{
color: #DBDDE1;
}
.AnyTagClassName
{
color: #DBDDE1;
}
</style>
background-color css
<style>
a { background-color: #DBDDE1; }
a { background-color: rgb(219,221,225); }
div.DivClassName
{
background-color: #DBDDE1;
}
.BgClassName
{
background-color: #DBDDE1;
}
</style>
border-color css
<style>
span { border-color: #DBDDE1; }
span { border-color: rgb(219,221,225); }
td.TdClassName
{
border-color: #DBDDE1;
}
.TagClassName
{
border-color: #DBDDE1;
}
</style>