Shades of Hawkes Blue #DCDDE0
Tints of Hawkes Blue #DCDDE0
RGB
CMYK
RGB Variations
Color information
#DCDDE0 (or 0xDCDDE0) is known color: Hawkes Blue. HEX triplet: DC, DD and E0. RGB value is (220,221,224). Sum of RGB (Red+Green+Blue) = 220+221+224=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDE0 is #23221F. Grayscale: #DDDDDD. Windows color (decimal): -2302496 or 14736860. OLE color: 14736860.
HSL color Cylindrical-coordinate representation of color #DCDDE0: hue angle of 225º degrees, saturation: 0.06, 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 #DCDDE0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 221 | 224 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.12 |
| HSL | 225º | 0.06% | 0.87% | - |
| HSV(B) | 225º | 0.02% | 0.88% | - |
| XYZ | 68.83 | 72.31 | 80.85 | - |
| YUV | 221.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 224 | 0.02 | 0.01 | 0 | 0.12 | 225 | 0.06 | 0.87 |
| Hex | DC | DD | E0 | 2 | 1 | 0 | C | E1 | 6 | 57 |
| Octal | 334 | 335 | 340 | 2 | 1 | 0 | 14 | 341 | 6 | 127 |
| Binary | 11011100 | 11011101 | 11100000 | 10 | 1 | 0 | 1100 | 11100001 | 110 | 1010111 |
Color Harmonies of #DCDDE0
Complementary color
Monochromatic Colors of #DCDDE0
Black with #DCDDE0
Text Example
Text Example
White with #DCDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDE0; }
p { color: rgb(220,221,224); }
H1.HeaderClassName
{
color: #DCDDE0;
}
.AnyTagClassName
{
color: #DCDDE0;
}
</style>
background-color css
<style>
a { background-color: #DCDDE0; }
a { background-color: rgb(220,221,224); }
div.DivClassName
{
background-color: #DCDDE0;
}
.BgClassName
{
background-color: #DCDDE0;
}
</style>
border-color css
<style>
span { border-color: #DCDDE0; }
span { border-color: rgb(220,221,224); }
td.TdClassName
{
border-color: #DCDDE0;
}
.TagClassName
{
border-color: #DCDDE0;
}
</style>