Shades of Hawkes Blue #DBDEE6
Tints of Hawkes Blue #DBDEE6
RGB
CMYK
RGB Variations
Color information
#DBDEE6 (or 0xDBDEE6) is known color: Hawkes Blue. HEX triplet: DB, DE and E6. RGB value is (219,222,230). Sum of RGB (Red+Green+Blue) = 219+222+230=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEE6 is #242119. Grayscale: #DDDDDD. Windows color (decimal): -2367770 or 15130331. OLE color: 15130331.
HSL color Cylindrical-coordinate representation of color #DBDEE6: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDEE6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 222 | 230 | - |
CMYK | 0.05 | 0.03 | 0 | 0.10 |
HSL | 223.64º | 0.18% | 0.88% | - |
HSV(B) | 223.64º | 0.05% | 0.9% | - |
XYZ | 69.62 | 73.02 | 85.29 | - |
YUV | 222.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 230 | 0.05 | 0.03 | 0 | 0.10 | 223.64 | 0.18 | 0.88 |
Hex | DB | DE | E6 | 5 | 3 | 0 | A | E0 | 12 | 58 |
Octal | 333 | 336 | 346 | 5 | 3 | 0 | 12 | 340 | 22 | 130 |
Binary | 11011011 | 11011110 | 11100110 | 101 | 11 | 0 | 1010 | 11100000 | 10010 | 1011000 |
Color Harmonies of #DBDEE6
Complementary color
Monochromatic Colors of #DBDEE6
Black with #DBDEE6
Text Example
Text Example
White with #DBDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE6; }
p { color: rgb(219,222,230); }
H1.HeaderClassName
{
color: #DBDEE6;
}
.AnyTagClassName
{
color: #DBDEE6;
}
</style>
background-color css
<style>
a { background-color: #DBDEE6; }
a { background-color: rgb(219,222,230); }
div.DivClassName
{
background-color: #DBDEE6;
}
.BgClassName
{
background-color: #DBDEE6;
}
</style>
border-color css
<style>
span { border-color: #DBDEE6; }
span { border-color: rgb(219,222,230); }
td.TdClassName
{
border-color: #DBDEE6;
}
.TagClassName
{
border-color: #DBDEE6;
}
</style>