Shades of Hawkes Blue #DBE4F9
Tints of Hawkes Blue #DBE4F9
RGB
CMYK
RGB Variations
Color information
#DBE4F9 (or 0xDBE4F9) is known color: Hawkes Blue. HEX triplet: DB, E4 and F9. RGB value is (219,228,249). Sum of RGB (Red+Green+Blue) = 219+228+249=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4F9 is #241B06. Grayscale: #E3E3E3. Windows color (decimal): -2366215 or 16377051. OLE color: 16377051.
HSL color Cylindrical-coordinate representation of color #DBE4F9: hue angle of 222º degrees, saturation: 0.71, 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 #DBE4F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 228 | 249 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 222º | 0.71% | 0.92% | - |
HSV(B) | 222º | 0.12% | 0.98% | - |
XYZ | 74.06 | 77.39 | 100.66 | - |
YUV | 227.7 | 140.02 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 249 | 0.12 | 0.08 | 0 | 0.02 | 222 | 0.71 | 0.92 |
Hex | DB | E4 | F9 | C | 8 | 0 | 2 | DE | 47 | 5C |
Octal | 333 | 344 | 371 | 14 | 10 | 0 | 2 | 336 | 107 | 134 |
Binary | 11011011 | 11100100 | 11111001 | 1100 | 1000 | 0 | 10 | 11011110 | 1000111 | 1011100 |
Color Harmonies of #DBE4F9
Complementary color
Monochromatic Colors of #DBE4F9
Black with #DBE4F9
Text Example
Text Example
White with #DBE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4F9; }
p { color: rgb(219,228,249); }
H1.HeaderClassName
{
color: #DBE4F9;
}
.AnyTagClassName
{
color: #DBE4F9;
}
</style>
background-color css
<style>
a { background-color: #DBE4F9; }
a { background-color: rgb(219,228,249); }
div.DivClassName
{
background-color: #DBE4F9;
}
.BgClassName
{
background-color: #DBE4F9;
}
</style>
border-color css
<style>
span { border-color: #DBE4F9; }
span { border-color: rgb(219,228,249); }
td.TdClassName
{
border-color: #DBE4F9;
}
.TagClassName
{
border-color: #DBE4F9;
}
</style>