Shades of Hawkes Blue #DCDFE8
Tints of Hawkes Blue #DCDFE8
RGB
CMYK
RGB Variations
Color information
#DCDFE8 (or 0xDCDFE8) is known color: Hawkes Blue. HEX triplet: DC, DF and E8. RGB value is (220,223,232). Sum of RGB (Red+Green+Blue) = 220+223+232=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFE8 is #232017. Grayscale: #DFDFDF. Windows color (decimal): -2301976 or 15261660. OLE color: 15261660.
HSL color Cylindrical-coordinate representation of color #DCDFE8: hue angle of 225º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDFE8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 223 | 232 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.09 |
| HSL | 225º | 0.21% | 0.89% | - |
| HSV(B) | 225º | 0.05% | 0.91% | - |
| XYZ | 70.47 | 73.82 | 86.88 | - |
| YUV | 223.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 232 | 0.05 | 0.04 | 0 | 0.09 | 225 | 0.21 | 0.89 |
| Hex | DC | DF | E8 | 5 | 4 | 0 | 9 | E1 | 15 | 59 |
| Octal | 334 | 337 | 350 | 5 | 4 | 0 | 11 | 341 | 25 | 131 |
| Binary | 11011100 | 11011111 | 11101000 | 101 | 100 | 0 | 1001 | 11100001 | 10101 | 1011001 |
Color Harmonies of #DCDFE8
Complementary color
Monochromatic Colors of #DCDFE8
Black with #DCDFE8
Text Example
Text Example
White with #DCDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFE8; }
p { color: rgb(220,223,232); }
H1.HeaderClassName
{
color: #DCDFE8;
}
.AnyTagClassName
{
color: #DCDFE8;
}
</style>
background-color css
<style>
a { background-color: #DCDFE8; }
a { background-color: rgb(220,223,232); }
div.DivClassName
{
background-color: #DCDFE8;
}
.BgClassName
{
background-color: #DCDFE8;
}
</style>
border-color css
<style>
span { border-color: #DCDFE8; }
span { border-color: rgb(220,223,232); }
td.TdClassName
{
border-color: #DCDFE8;
}
.TagClassName
{
border-color: #DCDFE8;
}
</style>