Shades of Hawkes Blue #DBE2F7
Tints of Hawkes Blue #DBE2F7
RGB
CMYK
RGB Variations
Color information
#DBE2F7 (or 0xDBE2F7) is known color: Hawkes Blue. HEX triplet: DB, E2 and F7. RGB value is (219,226,247). Sum of RGB (Red+Green+Blue) = 219+226+247=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F7 is #241D08. Grayscale: #E2E2E2. Windows color (decimal): -2366729 or 16245467. OLE color: 16245467.
HSL color Cylindrical-coordinate representation of color #DBE2F7: hue angle of 225º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE2F7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 226 | 247 | - |
CMYK | 0.11 | 0.09 | 0 | 0.03 |
HSL | 225º | 0.64% | 0.91% | - |
HSV(B) | 225º | 0.11% | 0.97% | - |
XYZ | 73.2 | 76.17 | 98.84 | - |
YUV | 226.3 | 139.68 | 122.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 247 | 0.11 | 0.09 | 0 | 0.03 | 225 | 0.64 | 0.91 |
Hex | DB | E2 | F7 | B | 9 | 0 | 3 | E1 | 40 | 5B |
Octal | 333 | 342 | 367 | 13 | 11 | 0 | 3 | 341 | 100 | 133 |
Binary | 11011011 | 11100010 | 11110111 | 1011 | 1001 | 0 | 11 | 11100001 | 1000000 | 1011011 |
Color Harmonies of #DBE2F7
Complementary color
Monochromatic Colors of #DBE2F7
Black with #DBE2F7
Text Example
Text Example
White with #DBE2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2F7; }
p { color: rgb(219,226,247); }
H1.HeaderClassName
{
color: #DBE2F7;
}
.AnyTagClassName
{
color: #DBE2F7;
}
</style>
background-color css
<style>
a { background-color: #DBE2F7; }
a { background-color: rgb(219,226,247); }
div.DivClassName
{
background-color: #DBE2F7;
}
.BgClassName
{
background-color: #DBE2F7;
}
</style>
border-color css
<style>
span { border-color: #DBE2F7; }
span { border-color: rgb(219,226,247); }
td.TdClassName
{
border-color: #DBE2F7;
}
.TagClassName
{
border-color: #DBE2F7;
}
</style>