Shades of Hawkes Blue #DCE0F1
Tints of Hawkes Blue #DCE0F1
RGB
CMYK
RGB Variations
Color information
#DCE0F1 (or 0xDCE0F1) is known color: Hawkes Blue. HEX triplet: DC, E0 and F1. RGB value is (220,224,241). Sum of RGB (Red+Green+Blue) = 220+224+241=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F1 is #231F0E. Grayscale: #E0E0E0. Windows color (decimal): -2301711 or 15851740. OLE color: 15851740.
HSL color Cylindrical-coordinate representation of color #DCE0F1: hue angle of 228.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE0F1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 224 | 241 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.05 |
| HSL | 228.57º | 0.43% | 0.9% | - |
| HSV(B) | 228.57º | 0.09% | 0.95% | - |
| XYZ | 72.05 | 74.88 | 93.87 | - |
| YUV | 224.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 241 | 0.09 | 0.07 | 0 | 0.05 | 228.57 | 0.43 | 0.9 |
| Hex | DC | E0 | F1 | 9 | 7 | 0 | 5 | E5 | 2B | 5A |
| Octal | 334 | 340 | 361 | 11 | 7 | 0 | 5 | 345 | 53 | 132 |
| Binary | 11011100 | 11100000 | 11110001 | 1001 | 111 | 0 | 101 | 11100101 | 101011 | 1011010 |
Color Harmonies of #DCE0F1
Complementary color
Monochromatic Colors of #DCE0F1
Black with #DCE0F1
Text Example
Text Example
White with #DCE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F1; }
p { color: rgb(220,224,241); }
H1.HeaderClassName
{
color: #DCE0F1;
}
.AnyTagClassName
{
color: #DCE0F1;
}
</style>
background-color css
<style>
a { background-color: #DCE0F1; }
a { background-color: rgb(220,224,241); }
div.DivClassName
{
background-color: #DCE0F1;
}
.BgClassName
{
background-color: #DCE0F1;
}
</style>
border-color css
<style>
span { border-color: #DCE0F1; }
span { border-color: rgb(220,224,241); }
td.TdClassName
{
border-color: #DCE0F1;
}
.TagClassName
{
border-color: #DCE0F1;
}
</style>