Shades of Hawkes Blue #DFE2EC
Tints of Hawkes Blue #DFE2EC
RGB
CMYK
RGB Variations
Color information
#DFE2EC (or 0xDFE2EC) is known color: Hawkes Blue. HEX triplet: DF, E2 and EC. RGB value is (223,226,236). Sum of RGB (Red+Green+Blue) = 223+226+236=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2EC is #201D13. Grayscale: #E2E2E2. Windows color (decimal): -2104596 or 15524575. OLE color: 15524575.
HSL color Cylindrical-coordinate representation of color #DFE2EC: hue angle of 226.15º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE2EC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 226 | 236 | - |
CMYK | 0.06 | 0.04 | 0 | 0.07 |
HSL | 226.15º | 0.25% | 0.9% | - |
HSV(B) | 226.15º | 0.06% | 0.93% | - |
XYZ | 72.77 | 76.14 | 90.22 | - |
YUV | 226.24 | 133.51 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 236 | 0.06 | 0.04 | 0 | 0.07 | 226.15 | 0.25 | 0.9 |
Hex | DF | E2 | EC | 6 | 4 | 0 | 7 | E2 | 19 | 5A |
Octal | 337 | 342 | 354 | 6 | 4 | 0 | 7 | 342 | 31 | 132 |
Binary | 11011111 | 11100010 | 11101100 | 110 | 100 | 0 | 111 | 11100010 | 11001 | 1011010 |
Color Harmonies of #DFE2EC
Complementary color
Monochromatic Colors of #DFE2EC
Black with #DFE2EC
Text Example
Text Example
White with #DFE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2EC; }
p { color: rgb(223,226,236); }
H1.HeaderClassName
{
color: #DFE2EC;
}
.AnyTagClassName
{
color: #DFE2EC;
}
</style>
background-color css
<style>
a { background-color: #DFE2EC; }
a { background-color: rgb(223,226,236); }
div.DivClassName
{
background-color: #DFE2EC;
}
.BgClassName
{
background-color: #DFE2EC;
}
</style>
border-color css
<style>
span { border-color: #DFE2EC; }
span { border-color: rgb(223,226,236); }
td.TdClassName
{
border-color: #DFE2EC;
}
.TagClassName
{
border-color: #DFE2EC;
}
</style>