Shades of Hawkes Blue #CCD9FC
Tints of Hawkes Blue #CCD9FC
RGB
CMYK
RGB Variations
Color information
#CCD9FC (or 0xCCD9FC) is known color: Hawkes Blue. HEX triplet: CC, D9 and FC. RGB value is (204,217,252). Sum of RGB (Red+Green+Blue) = 204+217+252=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FC is #332603. Grayscale: #D8D8D8. Windows color (decimal): -3352068 or 16570828. OLE color: 16570828.
HSL color Cylindrical-coordinate representation of color #CCD9FC: hue angle of 223.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 #CCD9FC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 217 | 252 | - |
CMYK | 0.19 | 0.14 | 0 | 0.01 |
HSL | 223.75º | 0.89% | 0.89% | - |
HSV(B) | 223.75º | 0.19% | 0.99% | - |
XYZ | 67.29 | 69.49 | 101.96 | - |
YUV | 217.1 | 147.69 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 252 | 0.19 | 0.14 | 0 | 0.01 | 223.75 | 0.89 | 0.89 |
Hex | CC | D9 | FC | 13 | E | 0 | 1 | E0 | 59 | 59 |
Octal | 314 | 331 | 374 | 23 | 16 | 0 | 1 | 340 | 131 | 131 |
Binary | 11001100 | 11011001 | 11111100 | 10011 | 1110 | 0 | 1 | 11100000 | 1011001 | 1011001 |
Color Harmonies of #CCD9FC
Complementary color
Monochromatic Colors of #CCD9FC
Black with #CCD9FC
Text Example
Text Example
White with #CCD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9FC; }
p { color: rgb(204,217,252); }
H1.HeaderClassName
{
color: #CCD9FC;
}
.AnyTagClassName
{
color: #CCD9FC;
}
</style>
background-color css
<style>
a { background-color: #CCD9FC; }
a { background-color: rgb(204,217,252); }
div.DivClassName
{
background-color: #CCD9FC;
}
.BgClassName
{
background-color: #CCD9FC;
}
</style>
border-color css
<style>
span { border-color: #CCD9FC; }
span { border-color: rgb(204,217,252); }
td.TdClassName
{
border-color: #CCD9FC;
}
.TagClassName
{
border-color: #CCD9FC;
}
</style>