Shades of Hawkes Blue #DBDEE2
Tints of Hawkes Blue #DBDEE2
RGB
CMYK
RGB Variations
Color information
#DBDEE2 (or 0xDBDEE2) is known color: Hawkes Blue. HEX triplet: DB, DE and E2. RGB value is (219,222,226). Sum of RGB (Red+Green+Blue) = 219+222+226=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE2 is #24211D. Grayscale: #DDDDDD. Windows color (decimal): -2367774 or 14868187. OLE color: 14868187.
HSL color Cylindrical-coordinate representation of color #DBDEE2: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDEE2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 222 | 226 | - |
CMYK | 0.03 | 0.02 | 0 | 0.11 |
HSL | 214.29º | 0.11% | 0.87% | - |
HSV(B) | 214.29º | 0.03% | 0.89% | - |
XYZ | 69.06 | 72.79 | 82.36 | - |
YUV | 221.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 226 | 0.03 | 0.02 | 0 | 0.11 | 214.29 | 0.11 | 0.87 |
Hex | DB | DE | E2 | 3 | 2 | 0 | B | D6 | B | 57 |
Octal | 333 | 336 | 342 | 3 | 2 | 0 | 13 | 326 | 13 | 127 |
Binary | 11011011 | 11011110 | 11100010 | 11 | 10 | 0 | 1011 | 11010110 | 1011 | 1010111 |
Color Harmonies of #DBDEE2
Complementary color
Monochromatic Colors of #DBDEE2
Black with #DBDEE2
Text Example
Text Example
White with #DBDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE2; }
p { color: rgb(219,222,226); }
H1.HeaderClassName
{
color: #DBDEE2;
}
.AnyTagClassName
{
color: #DBDEE2;
}
</style>
background-color css
<style>
a { background-color: #DBDEE2; }
a { background-color: rgb(219,222,226); }
div.DivClassName
{
background-color: #DBDEE2;
}
.BgClassName
{
background-color: #DBDEE2;
}
</style>
border-color css
<style>
span { border-color: #DBDEE2; }
span { border-color: rgb(219,222,226); }
td.TdClassName
{
border-color: #DBDEE2;
}
.TagClassName
{
border-color: #DBDEE2;
}
</style>