Shades of Hawkes Blue #CCD9F8
Tints of Hawkes Blue #CCD9F8
RGB
CMYK
RGB Variations
Color information
#CCD9F8 (or 0xCCD9F8) is known color: Hawkes Blue. HEX triplet: CC, D9 and F8. RGB value is (204,217,248). Sum of RGB (Red+Green+Blue) = 204+217+248=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F8 is #332607. Grayscale: #D8D8D8. Windows color (decimal): -3352072 or 16308684. OLE color: 16308684.
HSL color Cylindrical-coordinate representation of color #CCD9F8: hue angle of 222.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD9F8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 217 | 248 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.03 |
| HSL | 222.27º | 0.76% | 0.89% | - |
| HSV(B) | 222.27º | 0.18% | 0.97% | - |
| XYZ | 66.66 | 69.24 | 98.66 | - |
| YUV | 216.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 248 | 0.18 | 0.12 | 0 | 0.03 | 222.27 | 0.76 | 0.89 |
| Hex | CC | D9 | F8 | 12 | C | 0 | 3 | DE | 4C | 59 |
| Octal | 314 | 331 | 370 | 22 | 14 | 0 | 3 | 336 | 114 | 131 |
| Binary | 11001100 | 11011001 | 11111000 | 10010 | 1100 | 0 | 11 | 11011110 | 1001100 | 1011001 |
Color Harmonies of #CCD9F8
Complementary color
Monochromatic Colors of #CCD9F8
Black with #CCD9F8
Text Example
Text Example
White with #CCD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9F8; }
p { color: rgb(204,217,248); }
H1.HeaderClassName
{
color: #CCD9F8;
}
.AnyTagClassName
{
color: #CCD9F8;
}
</style>
background-color css
<style>
a { background-color: #CCD9F8; }
a { background-color: rgb(204,217,248); }
div.DivClassName
{
background-color: #CCD9F8;
}
.BgClassName
{
background-color: #CCD9F8;
}
</style>
border-color css
<style>
span { border-color: #CCD9F8; }
span { border-color: rgb(204,217,248); }
td.TdClassName
{
border-color: #CCD9F8;
}
.TagClassName
{
border-color: #CCD9F8;
}
</style>