Shades of Hawkes Blue #DBDEE3
Tints of Hawkes Blue #DBDEE3
RGB
CMYK
RGB Variations
Color information
#DBDEE3 (or 0xDBDEE3) is known color: Hawkes Blue. HEX triplet: DB, DE and E3. RGB value is (219,222,227). Sum of RGB (Red+Green+Blue) = 219+222+227=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE3 is #24211C. Grayscale: #DDDDDD. Windows color (decimal): -2367773 or 14933723. OLE color: 14933723.
HSL color Cylindrical-coordinate representation of color #DBDEE3: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDEE3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 222 | 227 | - |
CMYK | 0.04 | 0.02 | 0 | 0.11 |
HSL | 217.5º | 0.13% | 0.87% | - |
HSV(B) | 217.5º | 0.04% | 0.89% | - |
XYZ | 69.2 | 72.85 | 83.09 | - |
YUV | 221.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 227 | 0.04 | 0.02 | 0 | 0.11 | 217.5 | 0.13 | 0.87 |
Hex | DB | DE | E3 | 4 | 2 | 0 | B | DA | C | 57 |
Octal | 333 | 336 | 343 | 4 | 2 | 0 | 13 | 332 | 14 | 127 |
Binary | 11011011 | 11011110 | 11100011 | 100 | 10 | 0 | 1011 | 11011010 | 1100 | 1010111 |
Color Harmonies of #DBDEE3
Complementary color
Monochromatic Colors of #DBDEE3
Black with #DBDEE3
Text Example
Text Example
White with #DBDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE3; }
p { color: rgb(219,222,227); }
H1.HeaderClassName
{
color: #DBDEE3;
}
.AnyTagClassName
{
color: #DBDEE3;
}
</style>
background-color css
<style>
a { background-color: #DBDEE3; }
a { background-color: rgb(219,222,227); }
div.DivClassName
{
background-color: #DBDEE3;
}
.BgClassName
{
background-color: #DBDEE3;
}
</style>
border-color css
<style>
span { border-color: #DBDEE3; }
span { border-color: rgb(219,222,227); }
td.TdClassName
{
border-color: #DBDEE3;
}
.TagClassName
{
border-color: #DBDEE3;
}
</style>