Shades of Hawkes Blue #CCD6F4
Tints of Hawkes Blue #CCD6F4
RGB
CMYK
RGB Variations
Color information
#CCD6F4 (or 0xCCD6F4) is known color: Hawkes Blue. HEX triplet: CC, D6 and F4. RGB value is (204,214,244). Sum of RGB (Red+Green+Blue) = 204+214+244=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCD6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6F4 is #33290B. Grayscale: #D6D6D6. Windows color (decimal): -3352844 or 16045772. OLE color: 16045772.
HSL color Cylindrical-coordinate representation of color #CCD6F4: hue angle of 225º 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 #CCD6F4 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 214 | 244 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.04 |
| HSL | 225º | 0.65% | 0.88% | - |
| HSV(B) | 225º | 0.16% | 0.96% | - |
| XYZ | 65.28 | 67.46 | 95.17 | - |
| YUV | 214.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 244 | 0.16 | 0.12 | 0 | 0.04 | 225 | 0.65 | 0.88 |
| Hex | CC | D6 | F4 | 10 | C | 0 | 4 | E1 | 41 | 58 |
| Octal | 314 | 326 | 364 | 20 | 14 | 0 | 4 | 341 | 101 | 130 |
| Binary | 11001100 | 11010110 | 11110100 | 10000 | 1100 | 0 | 100 | 11100001 | 1000001 | 1011000 |
Color Harmonies of #CCD6F4
Complementary color
Monochromatic Colors of #CCD6F4
Black with #CCD6F4
Text Example
Text Example
White with #CCD6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6F4; }
p { color: rgb(204,214,244); }
H1.HeaderClassName
{
color: #CCD6F4;
}
.AnyTagClassName
{
color: #CCD6F4;
}
</style>
background-color css
<style>
a { background-color: #CCD6F4; }
a { background-color: rgb(204,214,244); }
div.DivClassName
{
background-color: #CCD6F4;
}
.BgClassName
{
background-color: #CCD6F4;
}
</style>
border-color css
<style>
span { border-color: #CCD6F4; }
span { border-color: rgb(204,214,244); }
td.TdClassName
{
border-color: #CCD6F4;
}
.TagClassName
{
border-color: #CCD6F4;
}
</style>