Shades of Hawkes Blue #DBE1F4
Tints of Hawkes Blue #DBE1F4
RGB
CMYK
RGB Variations
Color information
#DBE1F4 (or 0xDBE1F4) is known color: Hawkes Blue. HEX triplet: DB, E1 and F4. RGB value is (219,225,244). Sum of RGB (Red+Green+Blue) = 219+225+244=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1F4 is #241E0B. Grayscale: #E1E1E1. Windows color (decimal): -2366988 or 16048603. OLE color: 16048603.
HSL color Cylindrical-coordinate representation of color #DBE1F4: hue angle of 225.6º 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 #DBE1F4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 225 | 244 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.04 |
| HSL | 225.6º | 0.53% | 0.91% | - |
| HSV(B) | 225.6º | 0.1% | 0.96% | - |
| XYZ | 72.47 | 75.44 | 96.33 | - |
| YUV | 225.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 244 | 0.10 | 0.08 | 0 | 0.04 | 225.6 | 0.53 | 0.91 |
| Hex | DB | E1 | F4 | A | 8 | 0 | 4 | E2 | 35 | 5B |
| Octal | 333 | 341 | 364 | 12 | 10 | 0 | 4 | 342 | 65 | 133 |
| Binary | 11011011 | 11100001 | 11110100 | 1010 | 1000 | 0 | 100 | 11100010 | 110101 | 1011011 |
Color Harmonies of #DBE1F4
Complementary color
Monochromatic Colors of #DBE1F4
Black with #DBE1F4
Text Example
Text Example
White with #DBE1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1F4; }
p { color: rgb(219,225,244); }
H1.HeaderClassName
{
color: #DBE1F4;
}
.AnyTagClassName
{
color: #DBE1F4;
}
</style>
background-color css
<style>
a { background-color: #DBE1F4; }
a { background-color: rgb(219,225,244); }
div.DivClassName
{
background-color: #DBE1F4;
}
.BgClassName
{
background-color: #DBE1F4;
}
</style>
border-color css
<style>
span { border-color: #DBE1F4; }
span { border-color: rgb(219,225,244); }
td.TdClassName
{
border-color: #DBE1F4;
}
.TagClassName
{
border-color: #DBE1F4;
}
</style>