Shades of Hawkes Blue #DBE3F2
Tints of Hawkes Blue #DBE3F2
RGB
CMYK
RGB Variations
Color information
#DBE3F2 (or 0xDBE3F2) is known color: Hawkes Blue. HEX triplet: DB, E3 and F2. RGB value is (219,227,242). Sum of RGB (Red+Green+Blue) = 219+227+242=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F2 is #241C0D. Grayscale: #E2E2E2. Windows color (decimal): -2366478 or 15918043. OLE color: 15918043.
HSL color Cylindrical-coordinate representation of color #DBE3F2: hue angle of 219.13º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE3F2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 227 | 242 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.05 |
| HSL | 219.13º | 0.47% | 0.9% | - |
| HSV(B) | 219.13º | 0.1% | 0.95% | - |
| XYZ | 72.71 | 76.41 | 94.92 | - |
| YUV | 226.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 242 | 0.10 | 0.06 | 0 | 0.05 | 219.13 | 0.47 | 0.9 |
| Hex | DB | E3 | F2 | A | 6 | 0 | 5 | DB | 2F | 5A |
| Octal | 333 | 343 | 362 | 12 | 6 | 0 | 5 | 333 | 57 | 132 |
| Binary | 11011011 | 11100011 | 11110010 | 1010 | 110 | 0 | 101 | 11011011 | 101111 | 1011010 |
Color Harmonies of #DBE3F2
Complementary color
Monochromatic Colors of #DBE3F2
Black with #DBE3F2
Text Example
Text Example
White with #DBE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3F2; }
p { color: rgb(219,227,242); }
H1.HeaderClassName
{
color: #DBE3F2;
}
.AnyTagClassName
{
color: #DBE3F2;
}
</style>
background-color css
<style>
a { background-color: #DBE3F2; }
a { background-color: rgb(219,227,242); }
div.DivClassName
{
background-color: #DBE3F2;
}
.BgClassName
{
background-color: #DBE3F2;
}
</style>
border-color css
<style>
span { border-color: #DBE3F2; }
span { border-color: rgb(219,227,242); }
td.TdClassName
{
border-color: #DBE3F2;
}
.TagClassName
{
border-color: #DBE3F2;
}
</style>