Shades of Hawkes Blue #DBE3F4
Tints of Hawkes Blue #DBE3F4
RGB
CMYK
RGB Variations
Color information
#DBE3F4 (or 0xDBE3F4) is known color: Hawkes Blue. HEX triplet: DB, E3 and F4. RGB value is (219,227,244). Sum of RGB (Red+Green+Blue) = 219+227+244=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F4 is #241C0B. Grayscale: #E2E2E2. Windows color (decimal): -2366476 or 16049115. OLE color: 16049115.
HSL color Cylindrical-coordinate representation of color #DBE3F4: hue angle of 220.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE3F4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 227 | 244 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 220.8º | 0.53% | 0.91% | - |
| HSV(B) | 220.8º | 0.1% | 0.96% | - |
| XYZ | 73.01 | 76.53 | 96.51 | - |
| YUV | 226.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 244 | 0.10 | 0.07 | 0 | 0.04 | 220.8 | 0.53 | 0.91 |
| Hex | DB | E3 | F4 | A | 7 | 0 | 4 | DD | 35 | 5B |
| Octal | 333 | 343 | 364 | 12 | 7 | 0 | 4 | 335 | 65 | 133 |
| Binary | 11011011 | 11100011 | 11110100 | 1010 | 111 | 0 | 100 | 11011101 | 110101 | 1011011 |
Color Harmonies of #DBE3F4
Complementary color
Monochromatic Colors of #DBE3F4
Black with #DBE3F4
Text Example
Text Example
White with #DBE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3F4; }
p { color: rgb(219,227,244); }
H1.HeaderClassName
{
color: #DBE3F4;
}
.AnyTagClassName
{
color: #DBE3F4;
}
</style>
background-color css
<style>
a { background-color: #DBE3F4; }
a { background-color: rgb(219,227,244); }
div.DivClassName
{
background-color: #DBE3F4;
}
.BgClassName
{
background-color: #DBE3F4;
}
</style>
border-color css
<style>
span { border-color: #DBE3F4; }
span { border-color: rgb(219,227,244); }
td.TdClassName
{
border-color: #DBE3F4;
}
.TagClassName
{
border-color: #DBE3F4;
}
</style>