Shades of Hawkes Blue #C8DDFA
Tints of Hawkes Blue #C8DDFA
RGB
CMYK
RGB Variations
Color information
#C8DDFA (or 0xC8DDFA) is known color: Hawkes Blue. HEX triplet: C8, DD and FA. RGB value is (200,221,250). Sum of RGB (Red+Green+Blue) = 200+221+250=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDFA is #372205. Grayscale: #D9D9D9. Windows color (decimal): -3613190 or 16440776. OLE color: 16440776.
HSL color Cylindrical-coordinate representation of color #C8DDFA: hue angle of 214.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8DDFA is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 221 | 250 | - |
| CMYK | 0.2 | 0.12 | 0 | 0.02 |
| HSL | 214.8º | 0.83% | 0.88% | - |
| HSV(B) | 214.8º | 0.2% | 0.98% | - |
| XYZ | 66.93 | 70.89 | 100.6 | - |
| YUV | 218.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 250 | 0.2 | 0.12 | 0 | 0.02 | 214.8 | 0.83 | 0.88 |
| Hex | C8 | DD | FA | 14 | C | 0 | 2 | D7 | 53 | 58 |
| Octal | 310 | 335 | 372 | 24 | 14 | 0 | 2 | 327 | 123 | 130 |
| Binary | 11001000 | 11011101 | 11111010 | 10100 | 1100 | 0 | 10 | 11010111 | 1010011 | 1011000 |
Color Harmonies of #C8DDFA
Complementary color
Monochromatic Colors of #C8DDFA
Black with #C8DDFA
Text Example
Text Example
White with #C8DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDFA; }
p { color: rgb(200,221,250); }
H1.HeaderClassName
{
color: #C8DDFA;
}
.AnyTagClassName
{
color: #C8DDFA;
}
</style>
background-color css
<style>
a { background-color: #C8DDFA; }
a { background-color: rgb(200,221,250); }
div.DivClassName
{
background-color: #C8DDFA;
}
.BgClassName
{
background-color: #C8DDFA;
}
</style>
border-color css
<style>
span { border-color: #C8DDFA; }
span { border-color: rgb(200,221,250); }
td.TdClassName
{
border-color: #C8DDFA;
}
.TagClassName
{
border-color: #C8DDFA;
}
</style>