Shades of Hawkes Blue #DBE1EE
Tints of Hawkes Blue #DBE1EE
RGB
CMYK
RGB Variations
Color information
#DBE1EE (or 0xDBE1EE) is known color: Hawkes Blue. HEX triplet: DB, E1 and EE. RGB value is (219,225,238). Sum of RGB (Red+Green+Blue) = 219+225+238=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1EE is #241E11. Grayscale: #E0E0E0. Windows color (decimal): -2366994 or 15655387. OLE color: 15655387.
HSL color Cylindrical-coordinate representation of color #DBE1EE: hue angle of 221.05º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE1EE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 225 | 238 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.07 |
| HSL | 221.05º | 0.36% | 0.9% | - |
| HSV(B) | 221.05º | 0.08% | 0.93% | - |
| XYZ | 71.57 | 75.08 | 91.61 | - |
| YUV | 224.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 238 | 0.08 | 0.05 | 0 | 0.07 | 221.05 | 0.36 | 0.9 |
| Hex | DB | E1 | EE | 8 | 5 | 0 | 7 | DD | 24 | 5A |
| Octal | 333 | 341 | 356 | 10 | 5 | 0 | 7 | 335 | 44 | 132 |
| Binary | 11011011 | 11100001 | 11101110 | 1000 | 101 | 0 | 111 | 11011101 | 100100 | 1011010 |
Color Harmonies of #DBE1EE
Complementary color
Monochromatic Colors of #DBE1EE
Black with #DBE1EE
Text Example
Text Example
White with #DBE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1EE; }
p { color: rgb(219,225,238); }
H1.HeaderClassName
{
color: #DBE1EE;
}
.AnyTagClassName
{
color: #DBE1EE;
}
</style>
background-color css
<style>
a { background-color: #DBE1EE; }
a { background-color: rgb(219,225,238); }
div.DivClassName
{
background-color: #DBE1EE;
}
.BgClassName
{
background-color: #DBE1EE;
}
</style>
border-color css
<style>
span { border-color: #DBE1EE; }
span { border-color: rgb(219,225,238); }
td.TdClassName
{
border-color: #DBE1EE;
}
.TagClassName
{
border-color: #DBE1EE;
}
</style>