Shades of Hawkes Blue #CCD6F8
Tints of Hawkes Blue #CCD6F8
RGB
CMYK
RGB Variations
Color information
#CCD6F8 (or 0xCCD6F8) is known color: Hawkes Blue. HEX triplet: CC, D6 and F8. RGB value is (204,214,248). Sum of RGB (Red+Green+Blue) = 204+214+248=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCD6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6F8 is #332907. Grayscale: #D6D6D6. Windows color (decimal): -3352840 or 16307916. OLE color: 16307916.
HSL color Cylindrical-coordinate representation of color #CCD6F8: hue angle of 226.36º 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 #CCD6F8 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 214 | 248 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.03 |
| HSL | 226.36º | 0.76% | 0.89% | - |
| HSV(B) | 226.36º | 0.18% | 0.97% | - |
| XYZ | 65.89 | 67.71 | 98.4 | - |
| YUV | 214.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 248 | 0.18 | 0.14 | 0 | 0.03 | 226.36 | 0.76 | 0.89 |
| Hex | CC | D6 | F8 | 12 | E | 0 | 3 | E2 | 4C | 59 |
| Octal | 314 | 326 | 370 | 22 | 16 | 0 | 3 | 342 | 114 | 131 |
| Binary | 11001100 | 11010110 | 11111000 | 10010 | 1110 | 0 | 11 | 11100010 | 1001100 | 1011001 |
Color Harmonies of #CCD6F8
Complementary color
Monochromatic Colors of #CCD6F8
Black with #CCD6F8
Text Example
Text Example
White with #CCD6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6F8; }
p { color: rgb(204,214,248); }
H1.HeaderClassName
{
color: #CCD6F8;
}
.AnyTagClassName
{
color: #CCD6F8;
}
</style>
background-color css
<style>
a { background-color: #CCD6F8; }
a { background-color: rgb(204,214,248); }
div.DivClassName
{
background-color: #CCD6F8;
}
.BgClassName
{
background-color: #CCD6F8;
}
</style>
border-color css
<style>
span { border-color: #CCD6F8; }
span { border-color: rgb(204,214,248); }
td.TdClassName
{
border-color: #CCD6F8;
}
.TagClassName
{
border-color: #CCD6F8;
}
</style>