Shades of Hawkes Blue #DCDEE9
Tints of Hawkes Blue #DCDEE9
RGB
CMYK
RGB Variations
Color information
#DCDEE9 (or 0xDCDEE9) is known color: Hawkes Blue. HEX triplet: DC, DE and E9. RGB value is (220,222,233). Sum of RGB (Red+Green+Blue) = 220+222+233=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEE9 is #232116. Grayscale: #DEDEDE. Windows color (decimal): -2302231 or 15326940. OLE color: 15326940.
HSL color Cylindrical-coordinate representation of color #DCDEE9: hue angle of 230.77º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDEE9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 222 | 233 | - |
CMYK | 0.06 | 0.05 | 0 | 0.09 |
HSL | 230.77º | 0.23% | 0.89% | - |
HSV(B) | 230.77º | 0.06% | 0.91% | - |
XYZ | 70.34 | 73.34 | 87.54 | - |
YUV | 222.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 233 | 0.06 | 0.05 | 0 | 0.09 | 230.77 | 0.23 | 0.89 |
Hex | DC | DE | E9 | 6 | 5 | 0 | 9 | E7 | 17 | 59 |
Octal | 334 | 336 | 351 | 6 | 5 | 0 | 11 | 347 | 27 | 131 |
Binary | 11011100 | 11011110 | 11101001 | 110 | 101 | 0 | 1001 | 11100111 | 10111 | 1011001 |
Color Harmonies of #DCDEE9
Complementary color
Monochromatic Colors of #DCDEE9
Black with #DCDEE9
Text Example
Text Example
White with #DCDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE9; }
p { color: rgb(220,222,233); }
H1.HeaderClassName
{
color: #DCDEE9;
}
.AnyTagClassName
{
color: #DCDEE9;
}
</style>
background-color css
<style>
a { background-color: #DCDEE9; }
a { background-color: rgb(220,222,233); }
div.DivClassName
{
background-color: #DCDEE9;
}
.BgClassName
{
background-color: #DCDEE9;
}
</style>
border-color css
<style>
span { border-color: #DCDEE9; }
span { border-color: rgb(220,222,233); }
td.TdClassName
{
border-color: #DCDEE9;
}
.TagClassName
{
border-color: #DCDEE9;
}
</style>