Shades of Hawkes Blue #CCD7FC
Tints of Hawkes Blue #CCD7FC
RGB
CMYK
RGB Variations
Color information
#CCD7FC (or 0xCCD7FC) is known color: Hawkes Blue. HEX triplet: CC, D7 and FC. RGB value is (204,215,252). Sum of RGB (Red+Green+Blue) = 204+215+252=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7FC is #332803. Grayscale: #D7D7D7. Windows color (decimal): -3352580 or 16570316. OLE color: 16570316.
HSL color Cylindrical-coordinate representation of color #CCD7FC: hue angle of 226.25º 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 #CCD7FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 215 | 252 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 226.25º | 0.89% | 0.89% | - |
| HSV(B) | 226.25º | 0.19% | 0.99% | - |
| XYZ | 66.77 | 68.47 | 101.79 | - |
| YUV | 215.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 252 | 0.19 | 0.15 | 0 | 0.01 | 226.25 | 0.89 | 0.89 |
| Hex | CC | D7 | FC | 13 | F | 0 | 1 | E2 | 59 | 59 |
| Octal | 314 | 327 | 374 | 23 | 17 | 0 | 1 | 342 | 131 | 131 |
| Binary | 11001100 | 11010111 | 11111100 | 10011 | 1111 | 0 | 1 | 11100010 | 1011001 | 1011001 |
Color Harmonies of #CCD7FC
Complementary color
Monochromatic Colors of #CCD7FC
Black with #CCD7FC
Text Example
Text Example
White with #CCD7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7FC; }
p { color: rgb(204,215,252); }
H1.HeaderClassName
{
color: #CCD7FC;
}
.AnyTagClassName
{
color: #CCD7FC;
}
</style>
background-color css
<style>
a { background-color: #CCD7FC; }
a { background-color: rgb(204,215,252); }
div.DivClassName
{
background-color: #CCD7FC;
}
.BgClassName
{
background-color: #CCD7FC;
}
</style>
border-color css
<style>
span { border-color: #CCD7FC; }
span { border-color: rgb(204,215,252); }
td.TdClassName
{
border-color: #CCD7FC;
}
.TagClassName
{
border-color: #CCD7FC;
}
</style>