Shades of Hawkes Blue #CCD5EC
Tints of Hawkes Blue #CCD5EC
RGB
CMYK
RGB Variations
Color information
#CCD5EC (or 0xCCD5EC) is known color: Hawkes Blue. HEX triplet: CC, D5 and EC. RGB value is (204,213,236). Sum of RGB (Red+Green+Blue) = 204+213+236=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5EC is #332A13. Grayscale: #D4D4D4. Windows color (decimal): -3353108 or 15521228. OLE color: 15521228.
HSL color Cylindrical-coordinate representation of color #CCD5EC: hue angle of 223.12º 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 #CCD5EC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 213 | 236 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 223.13º | 0.46% | 0.86% | - |
| HSV(B) | 223.13º | 0.14% | 0.93% | - |
| XYZ | 63.84 | 66.48 | 88.82 | - |
| YUV | 212.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 236 | 0.14 | 0.10 | 0 | 0.07 | 223.13 | 0.46 | 0.86 |
| Hex | CC | D5 | EC | E | A | 0 | 7 | DF | 2E | 56 |
| Octal | 314 | 325 | 354 | 16 | 12 | 0 | 7 | 337 | 56 | 126 |
| Binary | 11001100 | 11010101 | 11101100 | 1110 | 1010 | 0 | 111 | 11011111 | 101110 | 1010110 |
Color Harmonies of #CCD5EC
Complementary color
Monochromatic Colors of #CCD5EC
Black with #CCD5EC
Text Example
Text Example
White with #CCD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5EC; }
p { color: rgb(204,213,236); }
H1.HeaderClassName
{
color: #CCD5EC;
}
.AnyTagClassName
{
color: #CCD5EC;
}
</style>
background-color css
<style>
a { background-color: #CCD5EC; }
a { background-color: rgb(204,213,236); }
div.DivClassName
{
background-color: #CCD5EC;
}
.BgClassName
{
background-color: #CCD5EC;
}
</style>
border-color css
<style>
span { border-color: #CCD5EC; }
span { border-color: rgb(204,213,236); }
td.TdClassName
{
border-color: #CCD5EC;
}
.TagClassName
{
border-color: #CCD5EC;
}
</style>