Shades of Hawkes Blue #DBE2F4
Tints of Hawkes Blue #DBE2F4
RGB
CMYK
RGB Variations
Color information
#DBE2F4 (or 0xDBE2F4) is known color: Hawkes Blue. HEX triplet: DB, E2 and F4. RGB value is (219,226,244). Sum of RGB (Red+Green+Blue) = 219+226+244=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F4 is #241D0B. Grayscale: #E1E1E1. Windows color (decimal): -2366732 or 16048859. OLE color: 16048859.
HSL color Cylindrical-coordinate representation of color #DBE2F4: hue angle of 223.2º 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 #DBE2F4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 226 | 244 | - |
CMYK | 0.10 | 0.07 | 0 | 0.04 |
HSL | 223.2º | 0.53% | 0.91% | - |
HSV(B) | 223.2º | 0.1% | 0.96% | - |
XYZ | 72.74 | 75.98 | 96.42 | - |
YUV | 225.96 | 138.18 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 244 | 0.10 | 0.07 | 0 | 0.04 | 223.2 | 0.53 | 0.91 |
Hex | DB | E2 | F4 | A | 7 | 0 | 4 | DF | 35 | 5B |
Octal | 333 | 342 | 364 | 12 | 7 | 0 | 4 | 337 | 65 | 133 |
Binary | 11011011 | 11100010 | 11110100 | 1010 | 111 | 0 | 100 | 11011111 | 110101 | 1011011 |
Color Harmonies of #DBE2F4
Complementary color
Monochromatic Colors of #DBE2F4
Black with #DBE2F4
Text Example
Text Example
White with #DBE2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2F4; }
p { color: rgb(219,226,244); }
H1.HeaderClassName
{
color: #DBE2F4;
}
.AnyTagClassName
{
color: #DBE2F4;
}
</style>
background-color css
<style>
a { background-color: #DBE2F4; }
a { background-color: rgb(219,226,244); }
div.DivClassName
{
background-color: #DBE2F4;
}
.BgClassName
{
background-color: #DBE2F4;
}
</style>
border-color css
<style>
span { border-color: #DBE2F4; }
span { border-color: rgb(219,226,244); }
td.TdClassName
{
border-color: #DBE2F4;
}
.TagClassName
{
border-color: #DBE2F4;
}
</style>