Shades of Hawkes Blue #DCE4F5
Tints of Hawkes Blue #DCE4F5
RGB
CMYK
RGB Variations
Color information
#DCE4F5 (or 0xDCE4F5) is known color: Hawkes Blue. HEX triplet: DC, E4 and F5. RGB value is (220,228,245). Sum of RGB (Red+Green+Blue) = 220+228+245=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4F5 is #231B0A. Grayscale: #E3E3E3. Windows color (decimal): -2300683 or 16114908. OLE color: 16114908.
HSL color Cylindrical-coordinate representation of color #DCE4F5: hue angle of 220.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE4F5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 228 | 245 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 220.8º | 0.56% | 0.91% | - |
| HSV(B) | 220.8º | 0.1% | 0.96% | - |
| XYZ | 73.74 | 77.3 | 97.42 | - |
| YUV | 227.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 245 | 0.10 | 0.07 | 0 | 0.04 | 220.8 | 0.56 | 0.91 |
| Hex | DC | E4 | F5 | A | 7 | 0 | 4 | DD | 38 | 5B |
| Octal | 334 | 344 | 365 | 12 | 7 | 0 | 4 | 335 | 70 | 133 |
| Binary | 11011100 | 11100100 | 11110101 | 1010 | 111 | 0 | 100 | 11011101 | 111000 | 1011011 |
Color Harmonies of #DCE4F5
Complementary color
Monochromatic Colors of #DCE4F5
Black with #DCE4F5
Text Example
Text Example
White with #DCE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4F5; }
p { color: rgb(220,228,245); }
H1.HeaderClassName
{
color: #DCE4F5;
}
.AnyTagClassName
{
color: #DCE4F5;
}
</style>
background-color css
<style>
a { background-color: #DCE4F5; }
a { background-color: rgb(220,228,245); }
div.DivClassName
{
background-color: #DCE4F5;
}
.BgClassName
{
background-color: #DCE4F5;
}
</style>
border-color css
<style>
span { border-color: #DCE4F5; }
span { border-color: rgb(220,228,245); }
td.TdClassName
{
border-color: #DCE4F5;
}
.TagClassName
{
border-color: #DCE4F5;
}
</style>