Shades of Hawkes Blue #CCD9F1
Tints of Hawkes Blue #CCD9F1
RGB
CMYK
RGB Variations
Color information
#CCD9F1 (or 0xCCD9F1) is known color: Hawkes Blue. HEX triplet: CC, D9 and F1. RGB value is (204,217,241). Sum of RGB (Red+Green+Blue) = 204+217+241=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F1 is #33260E. Grayscale: #D7D7D7. Windows color (decimal): -3352079 or 15849932. OLE color: 15849932.
HSL color Cylindrical-coordinate representation of color #CCD9F1: hue angle of 218.92º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 217 | 241 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 218.92º | 0.57% | 0.87% | - |
| HSV(B) | 218.92º | 0.15% | 0.95% | - |
| XYZ | 65.59 | 68.81 | 93.04 | - |
| YUV | 215.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 241 | 0.15 | 0.10 | 0 | 0.05 | 218.92 | 0.57 | 0.87 |
| Hex | CC | D9 | F1 | F | A | 0 | 5 | DB | 39 | 57 |
| Octal | 314 | 331 | 361 | 17 | 12 | 0 | 5 | 333 | 71 | 127 |
| Binary | 11001100 | 11011001 | 11110001 | 1111 | 1010 | 0 | 101 | 11011011 | 111001 | 1010111 |
Color Harmonies of #CCD9F1
Complementary color
Monochromatic Colors of #CCD9F1
Black with #CCD9F1
Text Example
Text Example
White with #CCD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9F1; }
p { color: rgb(204,217,241); }
H1.HeaderClassName
{
color: #CCD9F1;
}
.AnyTagClassName
{
color: #CCD9F1;
}
</style>
background-color css
<style>
a { background-color: #CCD9F1; }
a { background-color: rgb(204,217,241); }
div.DivClassName
{
background-color: #CCD9F1;
}
.BgClassName
{
background-color: #CCD9F1;
}
</style>
border-color css
<style>
span { border-color: #CCD9F1; }
span { border-color: rgb(204,217,241); }
td.TdClassName
{
border-color: #CCD9F1;
}
.TagClassName
{
border-color: #CCD9F1;
}
</style>