Shades of Hawkes Blue #CCD5EF
Tints of Hawkes Blue #CCD5EF
RGB
CMYK
RGB Variations
Color information
#CCD5EF (or 0xCCD5EF) is known color: Hawkes Blue. HEX triplet: CC, D5 and EF. RGB value is (204,213,239). Sum of RGB (Red+Green+Blue) = 204+213+239=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5EF is #332A10. Grayscale: #D5D5D5. Windows color (decimal): -3353105 or 15717836. OLE color: 15717836.
HSL color Cylindrical-coordinate representation of color #CCD5EF: hue angle of 224.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD5EF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 213 | 239 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.06 |
| HSL | 224.57º | 0.52% | 0.87% | - |
| HSV(B) | 224.57º | 0.15% | 0.94% | - |
| XYZ | 64.28 | 66.66 | 91.14 | - |
| YUV | 213.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 239 | 0.15 | 0.11 | 0 | 0.06 | 224.57 | 0.52 | 0.87 |
| Hex | CC | D5 | EF | F | B | 0 | 6 | E1 | 34 | 57 |
| Octal | 314 | 325 | 357 | 17 | 13 | 0 | 6 | 341 | 64 | 127 |
| Binary | 11001100 | 11010101 | 11101111 | 1111 | 1011 | 0 | 110 | 11100001 | 110100 | 1010111 |
Color Harmonies of #CCD5EF
Complementary color
Monochromatic Colors of #CCD5EF
Black with #CCD5EF
Text Example
Text Example
White with #CCD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5EF; }
p { color: rgb(204,213,239); }
H1.HeaderClassName
{
color: #CCD5EF;
}
.AnyTagClassName
{
color: #CCD5EF;
}
</style>
background-color css
<style>
a { background-color: #CCD5EF; }
a { background-color: rgb(204,213,239); }
div.DivClassName
{
background-color: #CCD5EF;
}
.BgClassName
{
background-color: #CCD5EF;
}
</style>
border-color css
<style>
span { border-color: #CCD5EF; }
span { border-color: rgb(204,213,239); }
td.TdClassName
{
border-color: #CCD5EF;
}
.TagClassName
{
border-color: #CCD5EF;
}
</style>