Shades of Hawkes Blue #DCDEE1
Tints of Hawkes Blue #DCDEE1
RGB
CMYK
RGB Variations
Color information
#DCDEE1 (or 0xDCDEE1) is known color: Hawkes Blue. HEX triplet: DC, DE and E1. RGB value is (220,222,225). Sum of RGB (Red+Green+Blue) = 220+222+225=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE1 is #23211E. Grayscale: #DDDDDD. Windows color (decimal): -2302239 or 14802652. OLE color: 14802652.
HSL color Cylindrical-coordinate representation of color #DCDEE1: hue angle of 216º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDEE1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 222 | 225 | - |
CMYK | 0.02 | 0.01 | 0 | 0.12 |
HSL | 216º | 0.08% | 0.87% | - |
HSV(B) | 216º | 0.02% | 0.88% | - |
XYZ | 69.23 | 72.89 | 81.66 | - |
YUV | 221.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 225 | 0.02 | 0.01 | 0 | 0.12 | 216 | 0.08 | 0.87 |
Hex | DC | DE | E1 | 2 | 1 | 0 | C | D8 | 8 | 57 |
Octal | 334 | 336 | 341 | 2 | 1 | 0 | 14 | 330 | 10 | 127 |
Binary | 11011100 | 11011110 | 11100001 | 10 | 1 | 0 | 1100 | 11011000 | 1000 | 1010111 |
Color Harmonies of #DCDEE1
Complementary color
Monochromatic Colors of #DCDEE1
Black with #DCDEE1
Text Example
Text Example
White with #DCDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE1; }
p { color: rgb(220,222,225); }
H1.HeaderClassName
{
color: #DCDEE1;
}
.AnyTagClassName
{
color: #DCDEE1;
}
</style>
background-color css
<style>
a { background-color: #DCDEE1; }
a { background-color: rgb(220,222,225); }
div.DivClassName
{
background-color: #DCDEE1;
}
.BgClassName
{
background-color: #DCDEE1;
}
</style>
border-color css
<style>
span { border-color: #DCDEE1; }
span { border-color: rgb(220,222,225); }
td.TdClassName
{
border-color: #DCDEE1;
}
.TagClassName
{
border-color: #DCDEE1;
}
</style>