Shades of Hawkes Blue #CCD8EC
Tints of Hawkes Blue #CCD8EC
RGB
CMYK
RGB Variations
Color information
#CCD8EC (or 0xCCD8EC) is known color: Hawkes Blue. HEX triplet: CC, D8 and EC. RGB value is (204,216,236). Sum of RGB (Red+Green+Blue) = 204+216+236=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EC is #332713. Grayscale: #D6D6D6. Windows color (decimal): -3352340 or 15521996. OLE color: 15521996.
HSL color Cylindrical-coordinate representation of color #CCD8EC: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD8EC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 216 | 236 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.07 |
| HSL | 217.5º | 0.46% | 0.86% | - |
| HSV(B) | 217.5º | 0.14% | 0.93% | - |
| XYZ | 64.6 | 68.01 | 89.08 | - |
| YUV | 214.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 236 | 0.14 | 0.08 | 0 | 0.07 | 217.5 | 0.46 | 0.86 |
| Hex | CC | D8 | EC | E | 8 | 0 | 7 | DA | 2E | 56 |
| Octal | 314 | 330 | 354 | 16 | 10 | 0 | 7 | 332 | 56 | 126 |
| Binary | 11001100 | 11011000 | 11101100 | 1110 | 1000 | 0 | 111 | 11011010 | 101110 | 1010110 |
Color Harmonies of #CCD8EC
Complementary color
Monochromatic Colors of #CCD8EC
Black with #CCD8EC
Text Example
Text Example
White with #CCD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8EC; }
p { color: rgb(204,216,236); }
H1.HeaderClassName
{
color: #CCD8EC;
}
.AnyTagClassName
{
color: #CCD8EC;
}
</style>
background-color css
<style>
a { background-color: #CCD8EC; }
a { background-color: rgb(204,216,236); }
div.DivClassName
{
background-color: #CCD8EC;
}
.BgClassName
{
background-color: #CCD8EC;
}
</style>
border-color css
<style>
span { border-color: #CCD8EC; }
span { border-color: rgb(204,216,236); }
td.TdClassName
{
border-color: #CCD8EC;
}
.TagClassName
{
border-color: #CCD8EC;
}
</style>