Shades of Hawkes Blue #DCE3F7
Tints of Hawkes Blue #DCE3F7
RGB
CMYK
RGB Variations
Color information
#DCE3F7 (or 0xDCE3F7) is known color: Hawkes Blue. HEX triplet: DC, E3 and F7. RGB value is (220,227,247). Sum of RGB (Red+Green+Blue) = 220+227+247=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCE3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3F7 is #231C08. Grayscale: #E3E3E3. Windows color (decimal): -2300937 or 16245724. OLE color: 16245724.
HSL color Cylindrical-coordinate representation of color #DCE3F7: hue angle of 224.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE3F7 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 227 | 247 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.03 |
| HSL | 224.44º | 0.63% | 0.92% | - |
| HSV(B) | 224.44º | 0.11% | 0.97% | - |
| XYZ | 73.77 | 76.87 | 98.94 | - |
| YUV | 227.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 247 | 0.11 | 0.08 | 0 | 0.03 | 224.44 | 0.63 | 0.92 |
| Hex | DC | E3 | F7 | B | 8 | 0 | 3 | E0 | 3F | 5C |
| Octal | 334 | 343 | 367 | 13 | 10 | 0 | 3 | 340 | 77 | 134 |
| Binary | 11011100 | 11100011 | 11110111 | 1011 | 1000 | 0 | 11 | 11100000 | 111111 | 1011100 |
Color Harmonies of #DCE3F7
Complementary color
Monochromatic Colors of #DCE3F7
Black with #DCE3F7
Text Example
Text Example
White with #DCE3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3F7; }
p { color: rgb(220,227,247); }
H1.HeaderClassName
{
color: #DCE3F7;
}
.AnyTagClassName
{
color: #DCE3F7;
}
</style>
background-color css
<style>
a { background-color: #DCE3F7; }
a { background-color: rgb(220,227,247); }
div.DivClassName
{
background-color: #DCE3F7;
}
.BgClassName
{
background-color: #DCE3F7;
}
</style>
border-color css
<style>
span { border-color: #DCE3F7; }
span { border-color: rgb(220,227,247); }
td.TdClassName
{
border-color: #DCE3F7;
}
.TagClassName
{
border-color: #DCE3F7;
}
</style>