Shades of Hawkes Blue #DBDDE4
Tints of Hawkes Blue #DBDDE4
RGB
CMYK
RGB Variations
Color information
#DBDDE4 (or 0xDBDDE4) is known color: Hawkes Blue. HEX triplet: DB, DD and E4. RGB value is (219,221,228). Sum of RGB (Red+Green+Blue) = 219+221+228=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE4 is #24221B. Grayscale: #DDDDDD. Windows color (decimal): -2368028 or 14999003. OLE color: 14999003.
HSL color Cylindrical-coordinate representation of color #DBDDE4: hue angle of 226.67º 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 #DBDDE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 221 | 228 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 226.67º | 0.14% | 0.88% | - |
HSV(B) | 226.67º | 0.04% | 0.89% | - |
XYZ | 69.07 | 72.37 | 83.73 | - |
YUV | 221.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 228 | 0.04 | 0.03 | 0 | 0.11 | 226.67 | 0.14 | 0.88 |
Hex | DB | DD | E4 | 4 | 3 | 0 | B | E3 | E | 58 |
Octal | 333 | 335 | 344 | 4 | 3 | 0 | 13 | 343 | 16 | 130 |
Binary | 11011011 | 11011101 | 11100100 | 100 | 11 | 0 | 1011 | 11100011 | 1110 | 1011000 |
Color Harmonies of #DBDDE4
Complementary color
Monochromatic Colors of #DBDDE4
Black with #DBDDE4
Text Example
Text Example
White with #DBDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDE4; }
p { color: rgb(219,221,228); }
H1.HeaderClassName
{
color: #DBDDE4;
}
.AnyTagClassName
{
color: #DBDDE4;
}
</style>
background-color css
<style>
a { background-color: #DBDDE4; }
a { background-color: rgb(219,221,228); }
div.DivClassName
{
background-color: #DBDDE4;
}
.BgClassName
{
background-color: #DBDDE4;
}
</style>
border-color css
<style>
span { border-color: #DBDDE4; }
span { border-color: rgb(219,221,228); }
td.TdClassName
{
border-color: #DBDDE4;
}
.TagClassName
{
border-color: #DBDDE4;
}
</style>