Shades of Hawkes Blue #DBDEE4
Tints of Hawkes Blue #DBDEE4
RGB
CMYK
RGB Variations
Color information
#DBDEE4 (or 0xDBDEE4) is known color: Hawkes Blue. HEX triplet: DB, DE and E4. RGB value is (219,222,228). Sum of RGB (Red+Green+Blue) = 219+222+228=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE4 is #24211B. Grayscale: #DDDDDD. Windows color (decimal): -2367772 or 14999259. OLE color: 14999259.
HSL color Cylindrical-coordinate representation of color #DBDEE4: hue angle of 220º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDEE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 222 | 228 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 220º | 0.14% | 0.88% | - |
HSV(B) | 220º | 0.04% | 0.89% | - |
XYZ | 69.34 | 72.9 | 83.82 | - |
YUV | 221.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 228 | 0.04 | 0.03 | 0 | 0.11 | 220 | 0.14 | 0.88 |
Hex | DB | DE | E4 | 4 | 3 | 0 | B | DC | E | 58 |
Octal | 333 | 336 | 344 | 4 | 3 | 0 | 13 | 334 | 16 | 130 |
Binary | 11011011 | 11011110 | 11100100 | 100 | 11 | 0 | 1011 | 11011100 | 1110 | 1011000 |
Color Harmonies of #DBDEE4
Complementary color
Monochromatic Colors of #DBDEE4
Black with #DBDEE4
Text Example
Text Example
White with #DBDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE4; }
p { color: rgb(219,222,228); }
H1.HeaderClassName
{
color: #DBDEE4;
}
.AnyTagClassName
{
color: #DBDEE4;
}
</style>
background-color css
<style>
a { background-color: #DBDEE4; }
a { background-color: rgb(219,222,228); }
div.DivClassName
{
background-color: #DBDEE4;
}
.BgClassName
{
background-color: #DBDEE4;
}
</style>
border-color css
<style>
span { border-color: #DBDEE4; }
span { border-color: rgb(219,222,228); }
td.TdClassName
{
border-color: #DBDEE4;
}
.TagClassName
{
border-color: #DBDEE4;
}
</style>