Shades of Hawkes Blue #DBDEE7
Tints of Hawkes Blue #DBDEE7
RGB
CMYK
RGB Variations
Color information
#DBDEE7 (or 0xDBDEE7) is known color: Hawkes Blue. HEX triplet: DB, DE and E7. RGB value is (219,222,231). Sum of RGB (Red+Green+Blue) = 219+222+231=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEE7 is #242118. Grayscale: #DEDEDE. Windows color (decimal): -2367769 or 15195867. OLE color: 15195867.
HSL color Cylindrical-coordinate representation of color #DBDEE7: hue angle of 225º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDEE7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 222 | 231 | - |
CMYK | 0.05 | 0.04 | 0 | 0.09 |
HSL | 225º | 0.2% | 0.88% | - |
HSV(B) | 225º | 0.05% | 0.91% | - |
XYZ | 69.76 | 73.07 | 86.03 | - |
YUV | 222.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 231 | 0.05 | 0.04 | 0 | 0.09 | 225 | 0.2 | 0.88 |
Hex | DB | DE | E7 | 5 | 4 | 0 | 9 | E1 | 14 | 58 |
Octal | 333 | 336 | 347 | 5 | 4 | 0 | 11 | 341 | 24 | 130 |
Binary | 11011011 | 11011110 | 11100111 | 101 | 100 | 0 | 1001 | 11100001 | 10100 | 1011000 |
Color Harmonies of #DBDEE7
Complementary color
Monochromatic Colors of #DBDEE7
Black with #DBDEE7
Text Example
Text Example
White with #DBDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE7; }
p { color: rgb(219,222,231); }
H1.HeaderClassName
{
color: #DBDEE7;
}
.AnyTagClassName
{
color: #DBDEE7;
}
</style>
background-color css
<style>
a { background-color: #DBDEE7; }
a { background-color: rgb(219,222,231); }
div.DivClassName
{
background-color: #DBDEE7;
}
.BgClassName
{
background-color: #DBDEE7;
}
</style>
border-color css
<style>
span { border-color: #DBDEE7; }
span { border-color: rgb(219,222,231); }
td.TdClassName
{
border-color: #DBDEE7;
}
.TagClassName
{
border-color: #DBDEE7;
}
</style>