Shades of Hawkes Blue #CCD7E8
Tints of Hawkes Blue #CCD7E8
RGB
CMYK
RGB Variations
Color information
#CCD7E8 (or 0xCCD7E8) is known color: Hawkes Blue. HEX triplet: CC, D7 and E8. RGB value is (204,215,232). Sum of RGB (Red+Green+Blue) = 204+215+232=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCD7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7E8 is #332817. Grayscale: #D5D5D5. Windows color (decimal): -3352600 or 15259596. OLE color: 15259596.
HSL color Cylindrical-coordinate representation of color #CCD7E8: hue angle of 216.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD7E8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 215 | 232 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.09 |
| HSL | 216.43º | 0.38% | 0.85% | - |
| HSV(B) | 216.43º | 0.12% | 0.91% | - |
| XYZ | 63.77 | 67.26 | 85.97 | - |
| YUV | 213.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 232 | 0.12 | 0.07 | 0 | 0.09 | 216.43 | 0.38 | 0.85 |
| Hex | CC | D7 | E8 | C | 7 | 0 | 9 | D8 | 26 | 55 |
| Octal | 314 | 327 | 350 | 14 | 7 | 0 | 11 | 330 | 46 | 125 |
| Binary | 11001100 | 11010111 | 11101000 | 1100 | 111 | 0 | 1001 | 11011000 | 100110 | 1010101 |
Color Harmonies of #CCD7E8
Complementary color
Monochromatic Colors of #CCD7E8
Black with #CCD7E8
Text Example
Text Example
White with #CCD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7E8; }
p { color: rgb(204,215,232); }
H1.HeaderClassName
{
color: #CCD7E8;
}
.AnyTagClassName
{
color: #CCD7E8;
}
</style>
background-color css
<style>
a { background-color: #CCD7E8; }
a { background-color: rgb(204,215,232); }
div.DivClassName
{
background-color: #CCD7E8;
}
.BgClassName
{
background-color: #CCD7E8;
}
</style>
border-color css
<style>
span { border-color: #CCD7E8; }
span { border-color: rgb(204,215,232); }
td.TdClassName
{
border-color: #CCD7E8;
}
.TagClassName
{
border-color: #CCD7E8;
}
</style>