Shades of Hawkes Blue #CCD7E5
Tints of Hawkes Blue #CCD7E5
RGB
CMYK
RGB Variations
Color information
#CCD7E5 (or 0xCCD7E5) is known color: Hawkes Blue. HEX triplet: CC, D7 and E5. RGB value is (204,215,229). Sum of RGB (Red+Green+Blue) = 204+215+229=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7E5 is #33281A. Grayscale: #D5D5D5. Windows color (decimal): -3352603 or 15062988. OLE color: 15062988.
HSL color Cylindrical-coordinate representation of color #CCD7E5: hue angle of 213.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD7E5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 215 | 229 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.10 |
| HSL | 213.6º | 0.32% | 0.85% | - |
| HSV(B) | 213.6º | 0.11% | 0.9% | - |
| XYZ | 63.35 | 67.1 | 83.74 | - |
| YUV | 213.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 229 | 0.11 | 0.06 | 0 | 0.10 | 213.6 | 0.32 | 0.85 |
| Hex | CC | D7 | E5 | B | 6 | 0 | A | D6 | 20 | 55 |
| Octal | 314 | 327 | 345 | 13 | 6 | 0 | 12 | 326 | 40 | 125 |
| Binary | 11001100 | 11010111 | 11100101 | 1011 | 110 | 0 | 1010 | 11010110 | 100000 | 1010101 |
Color Harmonies of #CCD7E5
Complementary color
Monochromatic Colors of #CCD7E5
Black with #CCD7E5
Text Example
Text Example
White with #CCD7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7E5; }
p { color: rgb(204,215,229); }
H1.HeaderClassName
{
color: #CCD7E5;
}
.AnyTagClassName
{
color: #CCD7E5;
}
</style>
background-color css
<style>
a { background-color: #CCD7E5; }
a { background-color: rgb(204,215,229); }
div.DivClassName
{
background-color: #CCD7E5;
}
.BgClassName
{
background-color: #CCD7E5;
}
</style>
border-color css
<style>
span { border-color: #CCD7E5; }
span { border-color: rgb(204,215,229); }
td.TdClassName
{
border-color: #CCD7E5;
}
.TagClassName
{
border-color: #CCD7E5;
}
</style>