Shades of Hawkes Blue #DBE0EE
Tints of Hawkes Blue #DBE0EE
RGB
CMYK
RGB Variations
Color information
#DBE0EE (or 0xDBE0EE) is known color: Hawkes Blue. HEX triplet: DB, E0 and EE. RGB value is (219,224,238). Sum of RGB (Red+Green+Blue) = 219+224+238=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EE is #241F11. Grayscale: #E0E0E0. Windows color (decimal): -2367250 or 15655131. OLE color: 15655131.
HSL color Cylindrical-coordinate representation of color #DBE0EE: hue angle of 224.21º 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 #DBE0EE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 224 | 238 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.07 |
| HSL | 224.21º | 0.36% | 0.9% | - |
| HSV(B) | 224.21º | 0.08% | 0.93% | - |
| XYZ | 71.3 | 74.54 | 91.52 | - |
| YUV | 224.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 238 | 0.08 | 0.06 | 0 | 0.07 | 224.21 | 0.36 | 0.9 |
| Hex | DB | E0 | EE | 8 | 6 | 0 | 7 | E0 | 24 | 5A |
| Octal | 333 | 340 | 356 | 10 | 6 | 0 | 7 | 340 | 44 | 132 |
| Binary | 11011011 | 11100000 | 11101110 | 1000 | 110 | 0 | 111 | 11100000 | 100100 | 1011010 |
Color Harmonies of #DBE0EE
Complementary color
Monochromatic Colors of #DBE0EE
Black with #DBE0EE
Text Example
Text Example
White with #DBE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0EE; }
p { color: rgb(219,224,238); }
H1.HeaderClassName
{
color: #DBE0EE;
}
.AnyTagClassName
{
color: #DBE0EE;
}
</style>
background-color css
<style>
a { background-color: #DBE0EE; }
a { background-color: rgb(219,224,238); }
div.DivClassName
{
background-color: #DBE0EE;
}
.BgClassName
{
background-color: #DBE0EE;
}
</style>
border-color css
<style>
span { border-color: #DBE0EE; }
span { border-color: rgb(219,224,238); }
td.TdClassName
{
border-color: #DBE0EE;
}
.TagClassName
{
border-color: #DBE0EE;
}
</style>