Shades of Hawkes Blue #DFE2F0
Tints of Hawkes Blue #DFE2F0
RGB
CMYK
RGB Variations
Color information
#DFE2F0 (or 0xDFE2F0) is known color: Hawkes Blue. HEX triplet: DF, E2 and F0. RGB value is (223,226,240). Sum of RGB (Red+Green+Blue) = 223+226+240=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2F0 is #201D0F. Grayscale: #E2E2E2. Windows color (decimal): -2104592 or 15786719. OLE color: 15786719.
HSL color Cylindrical-coordinate representation of color #DFE2F0: hue angle of 229.41º degrees, saturation: 0.36, 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 #DFE2F0 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 226 | 240 | - |
CMYK | 0.07 | 0.06 | 0 | 0.06 |
HSL | 229.41º | 0.36% | 0.91% | - |
HSV(B) | 229.41º | 0.07% | 0.94% | - |
XYZ | 73.36 | 76.37 | 93.31 | - |
YUV | 226.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 240 | 0.07 | 0.06 | 0 | 0.06 | 229.41 | 0.36 | 0.91 |
Hex | DF | E2 | F0 | 7 | 6 | 0 | 6 | E5 | 24 | 5B |
Octal | 337 | 342 | 360 | 7 | 6 | 0 | 6 | 345 | 44 | 133 |
Binary | 11011111 | 11100010 | 11110000 | 111 | 110 | 0 | 110 | 11100101 | 100100 | 1011011 |
Color Harmonies of #DFE2F0
Complementary color
Monochromatic Colors of #DFE2F0
Black with #DFE2F0
Text Example
Text Example
White with #DFE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2F0; }
p { color: rgb(223,226,240); }
H1.HeaderClassName
{
color: #DFE2F0;
}
.AnyTagClassName
{
color: #DFE2F0;
}
</style>
background-color css
<style>
a { background-color: #DFE2F0; }
a { background-color: rgb(223,226,240); }
div.DivClassName
{
background-color: #DFE2F0;
}
.BgClassName
{
background-color: #DFE2F0;
}
</style>
border-color css
<style>
span { border-color: #DFE2F0; }
span { border-color: rgb(223,226,240); }
td.TdClassName
{
border-color: #DFE2F0;
}
.TagClassName
{
border-color: #DFE2F0;
}
</style>