Shades of Hawkes Blue #DFE0E2
Tints of Hawkes Blue #DFE0E2
RGB
CMYK
RGB Variations
Color information
#DFE0E2 (or 0xDFE0E2) is known color: Hawkes Blue. HEX triplet: DF, E0 and E2. RGB value is (223,224,226). Sum of RGB (Red+Green+Blue) = 223+224+226=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFE0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0E2 is #201F1D. Grayscale: #DFDFDF. Windows color (decimal): -2105118 or 14868703. OLE color: 14868703.
HSL color Cylindrical-coordinate representation of color #DFE0E2: hue angle of 220º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFE0E2 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 224 | 226 | - |
CMYK | 0.01 | 0.01 | 0 | 0.11 |
HSL | 220º | 0.05% | 0.88% | - |
HSV(B) | 220º | 0.01% | 0.89% | - |
XYZ | 70.81 | 74.49 | 82.6 | - |
YUV | 223.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 224 | 226 | 0.01 | 0.01 | 0 | 0.11 | 220 | 0.05 | 0.88 |
Hex | DF | E0 | E2 | 1 | 1 | 0 | B | DC | 5 | 58 |
Octal | 337 | 340 | 342 | 1 | 1 | 0 | 13 | 334 | 5 | 130 |
Binary | 11011111 | 11100000 | 11100010 | 1 | 1 | 0 | 1011 | 11011100 | 101 | 1011000 |
Color Harmonies of #DFE0E2
Complementary color
Monochromatic Colors of #DFE0E2
Black with #DFE0E2
Text Example
Text Example
White with #DFE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0E2; }
p { color: rgb(223,224,226); }
H1.HeaderClassName
{
color: #DFE0E2;
}
.AnyTagClassName
{
color: #DFE0E2;
}
</style>
background-color css
<style>
a { background-color: #DFE0E2; }
a { background-color: rgb(223,224,226); }
div.DivClassName
{
background-color: #DFE0E2;
}
.BgClassName
{
background-color: #DFE0E2;
}
</style>
border-color css
<style>
span { border-color: #DFE0E2; }
span { border-color: rgb(223,224,226); }
td.TdClassName
{
border-color: #DFE0E2;
}
.TagClassName
{
border-color: #DFE0E2;
}
</style>