Shades of Hawkes Blue #CCD8FC
Tints of Hawkes Blue #CCD8FC
RGB
CMYK
RGB Variations
Color information
#CCD8FC (or 0xCCD8FC) is known color: Hawkes Blue. HEX triplet: CC, D8 and FC. RGB value is (204,216,252). Sum of RGB (Red+Green+Blue) = 204+216+252=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FC is #332703. Grayscale: #D8D8D8. Windows color (decimal): -3352324 or 16570572. OLE color: 16570572.
HSL color Cylindrical-coordinate representation of color #CCD8FC: hue angle of 225º 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 #CCD8FC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 216 | 252 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.01 |
| HSL | 225º | 0.89% | 0.89% | - |
| HSV(B) | 225º | 0.19% | 0.99% | - |
| XYZ | 67.03 | 68.98 | 101.88 | - |
| YUV | 216.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 252 | 0.19 | 0.14 | 0 | 0.01 | 225 | 0.89 | 0.89 |
| Hex | CC | D8 | FC | 13 | E | 0 | 1 | E1 | 59 | 59 |
| Octal | 314 | 330 | 374 | 23 | 16 | 0 | 1 | 341 | 131 | 131 |
| Binary | 11001100 | 11011000 | 11111100 | 10011 | 1110 | 0 | 1 | 11100001 | 1011001 | 1011001 |
Color Harmonies of #CCD8FC
Complementary color
Monochromatic Colors of #CCD8FC
Black with #CCD8FC
Text Example
Text Example
White with #CCD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8FC; }
p { color: rgb(204,216,252); }
H1.HeaderClassName
{
color: #CCD8FC;
}
.AnyTagClassName
{
color: #CCD8FC;
}
</style>
background-color css
<style>
a { background-color: #CCD8FC; }
a { background-color: rgb(204,216,252); }
div.DivClassName
{
background-color: #CCD8FC;
}
.BgClassName
{
background-color: #CCD8FC;
}
</style>
border-color css
<style>
span { border-color: #CCD8FC; }
span { border-color: rgb(204,216,252); }
td.TdClassName
{
border-color: #CCD8FC;
}
.TagClassName
{
border-color: #CCD8FC;
}
</style>