Shades of Hawkes Blue #CCD6FD
Tints of Hawkes Blue #CCD6FD
RGB
CMYK
RGB Variations
Color information
#CCD6FD (or 0xCCD6FD) is known color: Hawkes Blue. HEX triplet: CC, D6 and FD. RGB value is (204,214,253). Sum of RGB (Red+Green+Blue) = 204+214+253=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6FD is #332902. Grayscale: #D7D7D7. Windows color (decimal): -3352835 or 16635596. OLE color: 16635596.
HSL color Cylindrical-coordinate representation of color #CCD6FD: hue angle of 227.76º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD6FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 214 | 253 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 227.76º | 0.92% | 0.9% | - |
| HSV(B) | 227.76º | 0.19% | 0.99% | - |
| XYZ | 66.68 | 68.02 | 102.54 | - |
| YUV | 215.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 253 | 0.19 | 0.15 | 0 | 0.01 | 227.76 | 0.92 | 0.9 |
| Hex | CC | D6 | FD | 13 | F | 0 | 1 | E4 | 5C | 5A |
| Octal | 314 | 326 | 375 | 23 | 17 | 0 | 1 | 344 | 134 | 132 |
| Binary | 11001100 | 11010110 | 11111101 | 10011 | 1111 | 0 | 1 | 11100100 | 1011100 | 1011010 |
Color Harmonies of #CCD6FD
Complementary color
Monochromatic Colors of #CCD6FD
Black with #CCD6FD
Text Example
Text Example
White with #CCD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6FD; }
p { color: rgb(204,214,253); }
H1.HeaderClassName
{
color: #CCD6FD;
}
.AnyTagClassName
{
color: #CCD6FD;
}
</style>
background-color css
<style>
a { background-color: #CCD6FD; }
a { background-color: rgb(204,214,253); }
div.DivClassName
{
background-color: #CCD6FD;
}
.BgClassName
{
background-color: #CCD6FD;
}
</style>
border-color css
<style>
span { border-color: #CCD6FD; }
span { border-color: rgb(204,214,253); }
td.TdClassName
{
border-color: #CCD6FD;
}
.TagClassName
{
border-color: #CCD6FD;
}
</style>