Shades of Hawkes Blue #DCDDE3
Tints of Hawkes Blue #DCDDE3
RGB
CMYK
RGB Variations
Color information
#DCDDE3 (or 0xDCDDE3) is known color: Hawkes Blue. HEX triplet: DC, DD and E3. RGB value is (220,221,227). Sum of RGB (Red+Green+Blue) = 220+221+227=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDE3 is #23221C. Grayscale: #DDDDDD. Windows color (decimal): -2302493 or 14933468. OLE color: 14933468.
HSL color Cylindrical-coordinate representation of color #DCDDE3: hue angle of 231.43º 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 #DCDDE3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 221 | 227 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.11 |
| HSL | 231.43º | 0.11% | 0.88% | - |
| HSV(B) | 231.43º | 0.03% | 0.89% | - |
| XYZ | 69.24 | 72.47 | 83.01 | - |
| YUV | 221.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 227 | 0.03 | 0.03 | 0 | 0.11 | 231.43 | 0.11 | 0.88 |
| Hex | DC | DD | E3 | 3 | 3 | 0 | B | E7 | B | 58 |
| Octal | 334 | 335 | 343 | 3 | 3 | 0 | 13 | 347 | 13 | 130 |
| Binary | 11011100 | 11011101 | 11100011 | 11 | 11 | 0 | 1011 | 11100111 | 1011 | 1011000 |
Color Harmonies of #DCDDE3
Complementary color
Monochromatic Colors of #DCDDE3
Black with #DCDDE3
Text Example
Text Example
White with #DCDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDE3; }
p { color: rgb(220,221,227); }
H1.HeaderClassName
{
color: #DCDDE3;
}
.AnyTagClassName
{
color: #DCDDE3;
}
</style>
background-color css
<style>
a { background-color: #DCDDE3; }
a { background-color: rgb(220,221,227); }
div.DivClassName
{
background-color: #DCDDE3;
}
.BgClassName
{
background-color: #DCDDE3;
}
</style>
border-color css
<style>
span { border-color: #DCDDE3; }
span { border-color: rgb(220,221,227); }
td.TdClassName
{
border-color: #DCDDE3;
}
.TagClassName
{
border-color: #DCDDE3;
}
</style>