Shades of Hawkes Blue #DCDEE3
Tints of Hawkes Blue #DCDEE3
RGB
CMYK
RGB Variations
Color information
#DCDEE3 (or 0xDCDEE3) is known color: Hawkes Blue. HEX triplet: DC, DE and E3. RGB value is (220,222,227). Sum of RGB (Red+Green+Blue) = 220+222+227=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE3 is #23211C. Grayscale: #DDDDDD. Windows color (decimal): -2302237 or 14933724. OLE color: 14933724.
HSL color Cylindrical-coordinate representation of color #DCDEE3: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDEE3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 222 | 227 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.11 |
| HSL | 222.86º | 0.11% | 0.88% | - |
| HSV(B) | 222.86º | 0.03% | 0.89% | - |
| XYZ | 69.5 | 73 | 83.1 | - |
| YUV | 221.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 227 | 0.03 | 0.02 | 0 | 0.11 | 222.86 | 0.11 | 0.88 |
| Hex | DC | DE | E3 | 3 | 2 | 0 | B | DF | B | 58 |
| Octal | 334 | 336 | 343 | 3 | 2 | 0 | 13 | 337 | 13 | 130 |
| Binary | 11011100 | 11011110 | 11100011 | 11 | 10 | 0 | 1011 | 11011111 | 1011 | 1011000 |
Color Harmonies of #DCDEE3
Complementary color
Monochromatic Colors of #DCDEE3
Black with #DCDEE3
Text Example
Text Example
White with #DCDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE3; }
p { color: rgb(220,222,227); }
H1.HeaderClassName
{
color: #DCDEE3;
}
.AnyTagClassName
{
color: #DCDEE3;
}
</style>
background-color css
<style>
a { background-color: #DCDEE3; }
a { background-color: rgb(220,222,227); }
div.DivClassName
{
background-color: #DCDEE3;
}
.BgClassName
{
background-color: #DCDEE3;
}
</style>
border-color css
<style>
span { border-color: #DCDEE3; }
span { border-color: rgb(220,222,227); }
td.TdClassName
{
border-color: #DCDEE3;
}
.TagClassName
{
border-color: #DCDEE3;
}
</style>