Shades of Hawkes Blue #CCD9EF
Tints of Hawkes Blue #CCD9EF
RGB
CMYK
RGB Variations
Color information
#CCD9EF (or 0xCCD9EF) is known color: Hawkes Blue. HEX triplet: CC, D9 and EF. RGB value is (204,217,239). Sum of RGB (Red+Green+Blue) = 204+217+239=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EF is #332610. Grayscale: #D7D7D7. Windows color (decimal): -3352081 or 15718860. OLE color: 15718860.
HSL color Cylindrical-coordinate representation of color #CCD9EF: hue angle of 217.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD9EF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 217 | 239 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.06 |
| HSL | 217.71º | 0.52% | 0.87% | - |
| HSV(B) | 217.71º | 0.15% | 0.94% | - |
| XYZ | 65.29 | 68.7 | 91.48 | - |
| YUV | 215.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 239 | 0.15 | 0.09 | 0 | 0.06 | 217.71 | 0.52 | 0.87 |
| Hex | CC | D9 | EF | F | 9 | 0 | 6 | DA | 34 | 57 |
| Octal | 314 | 331 | 357 | 17 | 11 | 0 | 6 | 332 | 64 | 127 |
| Binary | 11001100 | 11011001 | 11101111 | 1111 | 1001 | 0 | 110 | 11011010 | 110100 | 1010111 |
Color Harmonies of #CCD9EF
Complementary color
Monochromatic Colors of #CCD9EF
Black with #CCD9EF
Text Example
Text Example
White with #CCD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9EF; }
p { color: rgb(204,217,239); }
H1.HeaderClassName
{
color: #CCD9EF;
}
.AnyTagClassName
{
color: #CCD9EF;
}
</style>
background-color css
<style>
a { background-color: #CCD9EF; }
a { background-color: rgb(204,217,239); }
div.DivClassName
{
background-color: #CCD9EF;
}
.BgClassName
{
background-color: #CCD9EF;
}
</style>
border-color css
<style>
span { border-color: #CCD9EF; }
span { border-color: rgb(204,217,239); }
td.TdClassName
{
border-color: #CCD9EF;
}
.TagClassName
{
border-color: #CCD9EF;
}
</style>