Shades of Hawkes Blue #DCE0E8
Tints of Hawkes Blue #DCE0E8
RGB
CMYK
RGB Variations
Color information
#DCE0E8 (or 0xDCE0E8) is known color: Hawkes Blue. HEX triplet: DC, E0 and E8. RGB value is (220,224,232). Sum of RGB (Red+Green+Blue) = 220+224+232=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0E8 is #231F17. Grayscale: #DFDFDF. Windows color (decimal): -2301720 or 15261916. OLE color: 15261916.
HSL color Cylindrical-coordinate representation of color #DCE0E8: hue angle of 220º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE0E8 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 224 | 232 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.09 |
| HSL | 220º | 0.21% | 0.89% | - |
| HSV(B) | 220º | 0.05% | 0.91% | - |
| XYZ | 70.74 | 74.35 | 86.97 | - |
| YUV | 223.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 232 | 0.05 | 0.03 | 0 | 0.09 | 220 | 0.21 | 0.89 |
| Hex | DC | E0 | E8 | 5 | 3 | 0 | 9 | DC | 15 | 59 |
| Octal | 334 | 340 | 350 | 5 | 3 | 0 | 11 | 334 | 25 | 131 |
| Binary | 11011100 | 11100000 | 11101000 | 101 | 11 | 0 | 1001 | 11011100 | 10101 | 1011001 |
Color Harmonies of #DCE0E8
Complementary color
Monochromatic Colors of #DCE0E8
Black with #DCE0E8
Text Example
Text Example
White with #DCE0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0E8; }
p { color: rgb(220,224,232); }
H1.HeaderClassName
{
color: #DCE0E8;
}
.AnyTagClassName
{
color: #DCE0E8;
}
</style>
background-color css
<style>
a { background-color: #DCE0E8; }
a { background-color: rgb(220,224,232); }
div.DivClassName
{
background-color: #DCE0E8;
}
.BgClassName
{
background-color: #DCE0E8;
}
</style>
border-color css
<style>
span { border-color: #DCE0E8; }
span { border-color: rgb(220,224,232); }
td.TdClassName
{
border-color: #DCE0E8;
}
.TagClassName
{
border-color: #DCE0E8;
}
</style>