Shades of Hawkes Blue #DCE3F4
Tints of Hawkes Blue #DCE3F4
RGB
CMYK
RGB Variations
Color information
#DCE3F4 (or 0xDCE3F4) is known color: Hawkes Blue. HEX triplet: DC, E3 and F4. RGB value is (220,227,244). Sum of RGB (Red+Green+Blue) = 220+227+244=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3F4 is #231C0B. Grayscale: #E2E2E2. Windows color (decimal): -2300940 or 16049116. OLE color: 16049116.
HSL color Cylindrical-coordinate representation of color #DCE3F4: hue angle of 222.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 #DCE3F4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 227 | 244 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 222.5º | 0.52% | 0.91% | - |
| HSV(B) | 222.5º | 0.1% | 0.96% | - |
| XYZ | 73.31 | 76.69 | 96.53 | - |
| YUV | 226.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 244 | 0.10 | 0.07 | 0 | 0.04 | 222.5 | 0.52 | 0.91 |
| Hex | DC | E3 | F4 | A | 7 | 0 | 4 | DE | 34 | 5B |
| Octal | 334 | 343 | 364 | 12 | 7 | 0 | 4 | 336 | 64 | 133 |
| Binary | 11011100 | 11100011 | 11110100 | 1010 | 111 | 0 | 100 | 11011110 | 110100 | 1011011 |
Color Harmonies of #DCE3F4
Complementary color
Monochromatic Colors of #DCE3F4
Black with #DCE3F4
Text Example
Text Example
White with #DCE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3F4; }
p { color: rgb(220,227,244); }
H1.HeaderClassName
{
color: #DCE3F4;
}
.AnyTagClassName
{
color: #DCE3F4;
}
</style>
background-color css
<style>
a { background-color: #DCE3F4; }
a { background-color: rgb(220,227,244); }
div.DivClassName
{
background-color: #DCE3F4;
}
.BgClassName
{
background-color: #DCE3F4;
}
</style>
border-color css
<style>
span { border-color: #DCE3F4; }
span { border-color: rgb(220,227,244); }
td.TdClassName
{
border-color: #DCE3F4;
}
.TagClassName
{
border-color: #DCE3F4;
}
</style>