Shades of Hawkes Blue #DCE1F4
Tints of Hawkes Blue #DCE1F4
RGB
CMYK
RGB Variations
Color information
#DCE1F4 (or 0xDCE1F4) is known color: Hawkes Blue. HEX triplet: DC, E1 and F4. RGB value is (220,225,244). Sum of RGB (Red+Green+Blue) = 220+225+244=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F4 is #231E0B. Grayscale: #E1E1E1. Windows color (decimal): -2301452 or 16048604. OLE color: 16048604.
HSL color Cylindrical-coordinate representation of color #DCE1F4: hue angle of 227.5º degrees, saturation: 0.52, 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 #DCE1F4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 225 | 244 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.04 |
| HSL | 227.5º | 0.52% | 0.91% | - |
| HSV(B) | 227.5º | 0.1% | 0.96% | - |
| XYZ | 72.77 | 75.6 | 96.34 | - |
| YUV | 225.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 244 | 0.10 | 0.08 | 0 | 0.04 | 227.5 | 0.52 | 0.91 |
| Hex | DC | E1 | F4 | A | 8 | 0 | 4 | E4 | 34 | 5B |
| Octal | 334 | 341 | 364 | 12 | 10 | 0 | 4 | 344 | 64 | 133 |
| Binary | 11011100 | 11100001 | 11110100 | 1010 | 1000 | 0 | 100 | 11100100 | 110100 | 1011011 |
Color Harmonies of #DCE1F4
Complementary color
Monochromatic Colors of #DCE1F4
Black with #DCE1F4
Text Example
Text Example
White with #DCE1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1F4; }
p { color: rgb(220,225,244); }
H1.HeaderClassName
{
color: #DCE1F4;
}
.AnyTagClassName
{
color: #DCE1F4;
}
</style>
background-color css
<style>
a { background-color: #DCE1F4; }
a { background-color: rgb(220,225,244); }
div.DivClassName
{
background-color: #DCE1F4;
}
.BgClassName
{
background-color: #DCE1F4;
}
</style>
border-color css
<style>
span { border-color: #DCE1F4; }
span { border-color: rgb(220,225,244); }
td.TdClassName
{
border-color: #DCE1F4;
}
.TagClassName
{
border-color: #DCE1F4;
}
</style>