Shades of Hawkes Blue #CCD6FC
Tints of Hawkes Blue #CCD6FC
RGB
CMYK
RGB Variations
Color information
#CCD6FC (or 0xCCD6FC) is known color: Hawkes Blue. HEX triplet: CC, D6 and FC. RGB value is (204,214,252). Sum of RGB (Red+Green+Blue) = 204+214+252=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6FC is #332903. Grayscale: #D7D7D7. Windows color (decimal): -3352836 or 16570060. OLE color: 16570060.
HSL color Cylindrical-coordinate representation of color #CCD6FC: hue angle of 227.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD6FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 214 | 252 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 227.5º | 0.89% | 0.89% | - |
| HSV(B) | 227.5º | 0.19% | 0.99% | - |
| XYZ | 66.52 | 67.96 | 101.71 | - |
| YUV | 215.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 252 | 0.19 | 0.15 | 0 | 0.01 | 227.5 | 0.89 | 0.89 |
| Hex | CC | D6 | FC | 13 | F | 0 | 1 | E4 | 59 | 59 |
| Octal | 314 | 326 | 374 | 23 | 17 | 0 | 1 | 344 | 131 | 131 |
| Binary | 11001100 | 11010110 | 11111100 | 10011 | 1111 | 0 | 1 | 11100100 | 1011001 | 1011001 |
Color Harmonies of #CCD6FC
Complementary color
Monochromatic Colors of #CCD6FC
Black with #CCD6FC
Text Example
Text Example
White with #CCD6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6FC; }
p { color: rgb(204,214,252); }
H1.HeaderClassName
{
color: #CCD6FC;
}
.AnyTagClassName
{
color: #CCD6FC;
}
</style>
background-color css
<style>
a { background-color: #CCD6FC; }
a { background-color: rgb(204,214,252); }
div.DivClassName
{
background-color: #CCD6FC;
}
.BgClassName
{
background-color: #CCD6FC;
}
</style>
border-color css
<style>
span { border-color: #CCD6FC; }
span { border-color: rgb(204,214,252); }
td.TdClassName
{
border-color: #CCD6FC;
}
.TagClassName
{
border-color: #CCD6FC;
}
</style>