Shades of Hawkes Blue #DBE4F3
Tints of Hawkes Blue #DBE4F3
RGB
CMYK
RGB Variations
Color information
#DBE4F3 (or 0xDBE4F3) is known color: Hawkes Blue. HEX triplet: DB, E4 and F3. RGB value is (219,228,243). Sum of RGB (Red+Green+Blue) = 219+228+243=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4F3 is #241B0C. Grayscale: #E2E2E2. Windows color (decimal): -2366221 or 15983835. OLE color: 15983835.
HSL color Cylindrical-coordinate representation of color #DBE4F3: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE4F3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 228 | 243 | - |
CMYK | 0.10 | 0.06 | 0 | 0.05 |
HSL | 217.5º | 0.5% | 0.91% | - |
HSV(B) | 217.5º | 0.1% | 0.95% | - |
XYZ | 73.13 | 77.02 | 95.81 | - |
YUV | 227.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 243 | 0.10 | 0.06 | 0 | 0.05 | 217.5 | 0.5 | 0.91 |
Hex | DB | E4 | F3 | A | 6 | 0 | 5 | DA | 32 | 5B |
Octal | 333 | 344 | 363 | 12 | 6 | 0 | 5 | 332 | 62 | 133 |
Binary | 11011011 | 11100100 | 11110011 | 1010 | 110 | 0 | 101 | 11011010 | 110010 | 1011011 |
Color Harmonies of #DBE4F3
Complementary color
Monochromatic Colors of #DBE4F3
Black with #DBE4F3
Text Example
Text Example
White with #DBE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4F3; }
p { color: rgb(219,228,243); }
H1.HeaderClassName
{
color: #DBE4F3;
}
.AnyTagClassName
{
color: #DBE4F3;
}
</style>
background-color css
<style>
a { background-color: #DBE4F3; }
a { background-color: rgb(219,228,243); }
div.DivClassName
{
background-color: #DBE4F3;
}
.BgClassName
{
background-color: #DBE4F3;
}
</style>
border-color css
<style>
span { border-color: #DBE4F3; }
span { border-color: rgb(219,228,243); }
td.TdClassName
{
border-color: #DBE4F3;
}
.TagClassName
{
border-color: #DBE4F3;
}
</style>