Shades of Hawkes Blue #CCDDFC
Tints of Hawkes Blue #CCDDFC
RGB
CMYK
RGB Variations
Color information
#CCDDFC (or 0xCCDDFC) is known color: Hawkes Blue. HEX triplet: CC, DD and FC. RGB value is (204,221,252). Sum of RGB (Red+Green+Blue) = 204+221+252=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFC is #332203. Grayscale: #DBDBDB. Windows color (decimal): -3351044 or 16571852. OLE color: 16571852.
HSL color Cylindrical-coordinate representation of color #CCDDFC: hue angle of 218.75º 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 #CCDDFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 221 | 252 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 218.75º | 0.89% | 0.89% | - |
| HSV(B) | 218.75º | 0.19% | 0.99% | - |
| XYZ | 68.33 | 71.58 | 102.31 | - |
| YUV | 219.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 252 | 0.19 | 0.12 | 0 | 0.01 | 218.75 | 0.89 | 0.89 |
| Hex | CC | DD | FC | 13 | C | 0 | 1 | DB | 59 | 59 |
| Octal | 314 | 335 | 374 | 23 | 14 | 0 | 1 | 333 | 131 | 131 |
| Binary | 11001100 | 11011101 | 11111100 | 10011 | 1100 | 0 | 1 | 11011011 | 1011001 | 1011001 |
Color Harmonies of #CCDDFC
Complementary color
Monochromatic Colors of #CCDDFC
Black with #CCDDFC
Text Example
Text Example
White with #CCDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDFC; }
p { color: rgb(204,221,252); }
H1.HeaderClassName
{
color: #CCDDFC;
}
.AnyTagClassName
{
color: #CCDDFC;
}
</style>
background-color css
<style>
a { background-color: #CCDDFC; }
a { background-color: rgb(204,221,252); }
div.DivClassName
{
background-color: #CCDDFC;
}
.BgClassName
{
background-color: #CCDDFC;
}
</style>
border-color css
<style>
span { border-color: #CCDDFC; }
span { border-color: rgb(204,221,252); }
td.TdClassName
{
border-color: #CCDDFC;
}
.TagClassName
{
border-color: #CCDDFC;
}
</style>