Shades of Hawkes Blue #DBE2F2
Tints of Hawkes Blue #DBE2F2
RGB
CMYK
RGB Variations
Color information
#DBE2F2 (or 0xDBE2F2) is known color: Hawkes Blue. HEX triplet: DB, E2 and F2. RGB value is (219,226,242). Sum of RGB (Red+Green+Blue) = 219+226+242=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F2 is #241D0D. Grayscale: #E1E1E1. Windows color (decimal): -2366734 or 15917787. OLE color: 15917787.
HSL color Cylindrical-coordinate representation of color #DBE2F2: hue angle of 221.74º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE2F2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 226 | 242 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 221.74º | 0.47% | 0.9% | - |
| HSV(B) | 221.74º | 0.1% | 0.95% | - |
| XYZ | 72.44 | 75.86 | 94.83 | - |
| YUV | 225.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 242 | 0.10 | 0.07 | 0 | 0.05 | 221.74 | 0.47 | 0.9 |
| Hex | DB | E2 | F2 | A | 7 | 0 | 5 | DE | 2F | 5A |
| Octal | 333 | 342 | 362 | 12 | 7 | 0 | 5 | 336 | 57 | 132 |
| Binary | 11011011 | 11100010 | 11110010 | 1010 | 111 | 0 | 101 | 11011110 | 101111 | 1011010 |
Color Harmonies of #DBE2F2
Complementary color
Monochromatic Colors of #DBE2F2
Black with #DBE2F2
Text Example
Text Example
White with #DBE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2F2; }
p { color: rgb(219,226,242); }
H1.HeaderClassName
{
color: #DBE2F2;
}
.AnyTagClassName
{
color: #DBE2F2;
}
</style>
background-color css
<style>
a { background-color: #DBE2F2; }
a { background-color: rgb(219,226,242); }
div.DivClassName
{
background-color: #DBE2F2;
}
.BgClassName
{
background-color: #DBE2F2;
}
</style>
border-color css
<style>
span { border-color: #DBE2F2; }
span { border-color: rgb(219,226,242); }
td.TdClassName
{
border-color: #DBE2F2;
}
.TagClassName
{
border-color: #DBE2F2;
}
</style>