Shades of Hawkes Blue #DFE3EF
Tints of Hawkes Blue #DFE3EF
RGB
CMYK
RGB Variations
Color information
#DFE3EF (or 0xDFE3EF) is known color: Hawkes Blue. HEX triplet: DF, E3 and EF. RGB value is (223,227,239). Sum of RGB (Red+Green+Blue) = 223+227+239=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3EF is #201C10. Grayscale: #E3E3E3. Windows color (decimal): -2104337 or 15721439. OLE color: 15721439.
HSL color Cylindrical-coordinate representation of color #DFE3EF: hue angle of 225º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE3EF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 227 | 239 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.06 |
| HSL | 225º | 0.33% | 0.91% | - |
| HSV(B) | 225º | 0.07% | 0.94% | - |
| XYZ | 73.48 | 76.86 | 92.62 | - |
| YUV | 227.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 239 | 0.07 | 0.05 | 0 | 0.06 | 225 | 0.33 | 0.91 |
| Hex | DF | E3 | EF | 7 | 5 | 0 | 6 | E1 | 21 | 5B |
| Octal | 337 | 343 | 357 | 7 | 5 | 0 | 6 | 341 | 41 | 133 |
| Binary | 11011111 | 11100011 | 11101111 | 111 | 101 | 0 | 110 | 11100001 | 100001 | 1011011 |
Color Harmonies of #DFE3EF
Complementary color
Monochromatic Colors of #DFE3EF
Black with #DFE3EF
Text Example
Text Example
White with #DFE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3EF; }
p { color: rgb(223,227,239); }
H1.HeaderClassName
{
color: #DFE3EF;
}
.AnyTagClassName
{
color: #DFE3EF;
}
</style>
background-color css
<style>
a { background-color: #DFE3EF; }
a { background-color: rgb(223,227,239); }
div.DivClassName
{
background-color: #DFE3EF;
}
.BgClassName
{
background-color: #DFE3EF;
}
</style>
border-color css
<style>
span { border-color: #DFE3EF; }
span { border-color: rgb(223,227,239); }
td.TdClassName
{
border-color: #DFE3EF;
}
.TagClassName
{
border-color: #DFE3EF;
}
</style>