Shades of Hawkes Blue #CCD9F4
Tints of Hawkes Blue #CCD9F4
RGB
CMYK
RGB Variations
Color information
#CCD9F4 (or 0xCCD9F4) is known color: Hawkes Blue. HEX triplet: CC, D9 and F4. RGB value is (204,217,244). Sum of RGB (Red+Green+Blue) = 204+217+244=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCD9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F4 is #33260B. Grayscale: #D8D8D8. Windows color (decimal): -3352076 or 16046540. OLE color: 16046540.
HSL color Cylindrical-coordinate representation of color #CCD9F4: hue angle of 220.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD9F4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 217 | 244 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.04 |
| HSL | 220.5º | 0.65% | 0.88% | - |
| HSV(B) | 220.5º | 0.16% | 0.96% | - |
| XYZ | 66.04 | 68.99 | 95.42 | - |
| YUV | 216.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 244 | 0.16 | 0.11 | 0 | 0.04 | 220.5 | 0.65 | 0.88 |
| Hex | CC | D9 | F4 | 10 | B | 0 | 4 | DC | 41 | 58 |
| Octal | 314 | 331 | 364 | 20 | 13 | 0 | 4 | 334 | 101 | 130 |
| Binary | 11001100 | 11011001 | 11110100 | 10000 | 1011 | 0 | 100 | 11011100 | 1000001 | 1011000 |
Color Harmonies of #CCD9F4
Complementary color
Monochromatic Colors of #CCD9F4
Black with #CCD9F4
Text Example
Text Example
White with #CCD9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9F4; }
p { color: rgb(204,217,244); }
H1.HeaderClassName
{
color: #CCD9F4;
}
.AnyTagClassName
{
color: #CCD9F4;
}
</style>
background-color css
<style>
a { background-color: #CCD9F4; }
a { background-color: rgb(204,217,244); }
div.DivClassName
{
background-color: #CCD9F4;
}
.BgClassName
{
background-color: #CCD9F4;
}
</style>
border-color css
<style>
span { border-color: #CCD9F4; }
span { border-color: rgb(204,217,244); }
td.TdClassName
{
border-color: #CCD9F4;
}
.TagClassName
{
border-color: #CCD9F4;
}
</style>