Shades of Hawkes Blue #DBE3FA
Tints of Hawkes Blue #DBE3FA
RGB
CMYK
RGB Variations
Color information
#DBE3FA (or 0xDBE3FA) is known color: Hawkes Blue. HEX triplet: DB, E3 and FA. RGB value is (219,227,250). Sum of RGB (Red+Green+Blue) = 219+227+250=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3FA is #241C05. Grayscale: #E3E3E3. Windows color (decimal): -2366470 or 16442331. OLE color: 16442331.
HSL color Cylindrical-coordinate representation of color #DBE3FA: hue angle of 224.52º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE3FA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 227 | 250 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.02 |
| HSL | 224.52º | 0.76% | 0.92% | - |
| HSV(B) | 224.52º | 0.12% | 0.98% | - |
| XYZ | 73.94 | 76.9 | 101.39 | - |
| YUV | 227.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 250 | 0.12 | 0.09 | 0 | 0.02 | 224.52 | 0.76 | 0.92 |
| Hex | DB | E3 | FA | C | 9 | 0 | 2 | E1 | 4C | 5C |
| Octal | 333 | 343 | 372 | 14 | 11 | 0 | 2 | 341 | 114 | 134 |
| Binary | 11011011 | 11100011 | 11111010 | 1100 | 1001 | 0 | 10 | 11100001 | 1001100 | 1011100 |
Color Harmonies of #DBE3FA
Complementary color
Monochromatic Colors of #DBE3FA
Black with #DBE3FA
Text Example
Text Example
White with #DBE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3FA; }
p { color: rgb(219,227,250); }
H1.HeaderClassName
{
color: #DBE3FA;
}
.AnyTagClassName
{
color: #DBE3FA;
}
</style>
background-color css
<style>
a { background-color: #DBE3FA; }
a { background-color: rgb(219,227,250); }
div.DivClassName
{
background-color: #DBE3FA;
}
.BgClassName
{
background-color: #DBE3FA;
}
</style>
border-color css
<style>
span { border-color: #DBE3FA; }
span { border-color: rgb(219,227,250); }
td.TdClassName
{
border-color: #DBE3FA;
}
.TagClassName
{
border-color: #DBE3FA;
}
</style>