Shades of Hawkes Blue #DBDDE2
Tints of Hawkes Blue #DBDDE2
RGB
CMYK
RGB Variations
Color information
#DBDDE2 (or 0xDBDDE2) is known color: Hawkes Blue. HEX triplet: DB, DD and E2. RGB value is (219,221,226). Sum of RGB (Red+Green+Blue) = 219+221+226=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE2 is #24221D. Grayscale: #DCDCDC. Windows color (decimal): -2368030 or 14867931. OLE color: 14867931.
HSL color Cylindrical-coordinate representation of color #DBDDE2: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDDE2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 221 | 226 | - |
CMYK | 0.03 | 0.02 | 0 | 0.11 |
HSL | 222.86º | 0.11% | 0.87% | - |
HSV(B) | 222.86º | 0.03% | 0.89% | - |
XYZ | 68.8 | 72.26 | 82.27 | - |
YUV | 220.97 | 130.84 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 226 | 0.03 | 0.02 | 0 | 0.11 | 222.86 | 0.11 | 0.87 |
Hex | DB | DD | E2 | 3 | 2 | 0 | B | DF | B | 57 |
Octal | 333 | 335 | 342 | 3 | 2 | 0 | 13 | 337 | 13 | 127 |
Binary | 11011011 | 11011101 | 11100010 | 11 | 10 | 0 | 1011 | 11011111 | 1011 | 1010111 |
Color Harmonies of #DBDDE2
Complementary color
Monochromatic Colors of #DBDDE2
Black with #DBDDE2
Text Example
Text Example
White with #DBDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDE2; }
p { color: rgb(219,221,226); }
H1.HeaderClassName
{
color: #DBDDE2;
}
.AnyTagClassName
{
color: #DBDDE2;
}
</style>
background-color css
<style>
a { background-color: #DBDDE2; }
a { background-color: rgb(219,221,226); }
div.DivClassName
{
background-color: #DBDDE2;
}
.BgClassName
{
background-color: #DBDDE2;
}
</style>
border-color css
<style>
span { border-color: #DBDDE2; }
span { border-color: rgb(219,221,226); }
td.TdClassName
{
border-color: #DBDDE2;
}
.TagClassName
{
border-color: #DBDDE2;
}
</style>