Shades of Hawkes Blue #CCD9FF
Tints of Hawkes Blue #CCD9FF
RGB
CMYK
RGB Variations
Color information
#CCD9FF (or 0xCCD9FF) is known color: Hawkes Blue. HEX triplet: CC, D9 and FF. RGB value is (204,217,255). Sum of RGB (Red+Green+Blue) = 204+217+255=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FF is #332600. Grayscale: #D9D9D9. Windows color (decimal): -3352065 or 16767436. OLE color: 16767436.
HSL color Cylindrical-coordinate representation of color #CCD9FF: hue angle of 224.71º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD9FF is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 217 | 255 | - |
| CMYK | 0.2 | 0.15 | 0 | 0 |
| HSL | 224.71º | 1% | 0.9% | - |
| HSV(B) | 224.71º | 0.2% | 1% | - |
| XYZ | 67.76 | 69.68 | 104.49 | - |
| YUV | 217.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 255 | 0.2 | 0.15 | 0 | 0 | 224.71 | 1 | 0.9 |
| Hex | CC | D9 | FF | 14 | F | 0 | 0 | E1 | 64 | 5A |
| Octal | 314 | 331 | 377 | 24 | 17 | 0 | 0 | 341 | 144 | 132 |
| Binary | 11001100 | 11011001 | 11111111 | 10100 | 1111 | 0 | 0 | 11100001 | 1100100 | 1011010 |
Color Harmonies of #CCD9FF
Complementary color
Monochromatic Colors of #CCD9FF
Black with #CCD9FF
Text Example
Text Example
White with #CCD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9FF; }
p { color: rgb(204,217,255); }
H1.HeaderClassName
{
color: #CCD9FF;
}
.AnyTagClassName
{
color: #CCD9FF;
}
</style>
background-color css
<style>
a { background-color: #CCD9FF; }
a { background-color: rgb(204,217,255); }
div.DivClassName
{
background-color: #CCD9FF;
}
.BgClassName
{
background-color: #CCD9FF;
}
</style>
border-color css
<style>
span { border-color: #CCD9FF; }
span { border-color: rgb(204,217,255); }
td.TdClassName
{
border-color: #CCD9FF;
}
.TagClassName
{
border-color: #CCD9FF;
}
</style>