Shades of Hawkes Blue #DCE0EA
Tints of Hawkes Blue #DCE0EA
RGB
CMYK
RGB Variations
Color information
#DCE0EA (or 0xDCE0EA) is known color: Hawkes Blue. HEX triplet: DC, E0 and EA. RGB value is (220,224,234). Sum of RGB (Red+Green+Blue) = 220+224+234=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0EA is #231F15. Grayscale: #DFDFDF. Windows color (decimal): -2301718 or 15392988. OLE color: 15392988.
HSL color Cylindrical-coordinate representation of color #DCE0EA: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 224 | 234 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.08 |
| HSL | 222.86º | 0.25% | 0.89% | - |
| HSV(B) | 222.86º | 0.06% | 0.92% | - |
| XYZ | 71.02 | 74.47 | 88.47 | - |
| YUV | 223.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 234 | 0.06 | 0.04 | 0 | 0.08 | 222.86 | 0.25 | 0.89 |
| Hex | DC | E0 | EA | 6 | 4 | 0 | 8 | DF | 19 | 59 |
| Octal | 334 | 340 | 352 | 6 | 4 | 0 | 10 | 337 | 31 | 131 |
| Binary | 11011100 | 11100000 | 11101010 | 110 | 100 | 0 | 1000 | 11011111 | 11001 | 1011001 |
Color Harmonies of #DCE0EA
Complementary color
Monochromatic Colors of #DCE0EA
Black with #DCE0EA
Text Example
Text Example
White with #DCE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0EA; }
p { color: rgb(220,224,234); }
H1.HeaderClassName
{
color: #DCE0EA;
}
.AnyTagClassName
{
color: #DCE0EA;
}
</style>
background-color css
<style>
a { background-color: #DCE0EA; }
a { background-color: rgb(220,224,234); }
div.DivClassName
{
background-color: #DCE0EA;
}
.BgClassName
{
background-color: #DCE0EA;
}
</style>
border-color css
<style>
span { border-color: #DCE0EA; }
span { border-color: rgb(220,224,234); }
td.TdClassName
{
border-color: #DCE0EA;
}
.TagClassName
{
border-color: #DCE0EA;
}
</style>