Shades of Hawkes Blue #DCDEE4
Tints of Hawkes Blue #DCDEE4
RGB
CMYK
RGB Variations
Color information
#DCDEE4 (or 0xDCDEE4) is known color: Hawkes Blue. HEX triplet: DC, DE and E4. RGB value is (220,222,228). Sum of RGB (Red+Green+Blue) = 220+222+228=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE4 is #23211B. Grayscale: #DEDEDE. Windows color (decimal): -2302236 or 14999260. OLE color: 14999260.
HSL color Cylindrical-coordinate representation of color #DCDEE4: hue angle of 225º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDEE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 222 | 228 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 225º | 0.13% | 0.88% | - |
HSV(B) | 225º | 0.04% | 0.89% | - |
XYZ | 69.64 | 73.06 | 83.83 | - |
YUV | 222.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 228 | 0.04 | 0.03 | 0 | 0.11 | 225 | 0.13 | 0.88 |
Hex | DC | DE | E4 | 4 | 3 | 0 | B | E1 | D | 58 |
Octal | 334 | 336 | 344 | 4 | 3 | 0 | 13 | 341 | 15 | 130 |
Binary | 11011100 | 11011110 | 11100100 | 100 | 11 | 0 | 1011 | 11100001 | 1101 | 1011000 |
Color Harmonies of #DCDEE4
Complementary color
Monochromatic Colors of #DCDEE4
Black with #DCDEE4
Text Example
Text Example
White with #DCDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE4; }
p { color: rgb(220,222,228); }
H1.HeaderClassName
{
color: #DCDEE4;
}
.AnyTagClassName
{
color: #DCDEE4;
}
</style>
background-color css
<style>
a { background-color: #DCDEE4; }
a { background-color: rgb(220,222,228); }
div.DivClassName
{
background-color: #DCDEE4;
}
.BgClassName
{
background-color: #DCDEE4;
}
</style>
border-color css
<style>
span { border-color: #DCDEE4; }
span { border-color: rgb(220,222,228); }
td.TdClassName
{
border-color: #DCDEE4;
}
.TagClassName
{
border-color: #DCDEE4;
}
</style>