Shades of Hawkes Blue #CCD7FF
Tints of Hawkes Blue #CCD7FF
RGB
CMYK
RGB Variations
Color information
#CCD7FF (or 0xCCD7FF) is known color: Hawkes Blue. HEX triplet: CC, D7 and FF. RGB value is (204,215,255). Sum of RGB (Red+Green+Blue) = 204+215+255=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7FF is #332800. Grayscale: #D8D8D8. Windows color (decimal): -3352577 or 16766924. OLE color: 16766924.
HSL color Cylindrical-coordinate representation of color #CCD7FF: hue angle of 227.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD7FF is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 215 | 255 | - |
| CMYK | 0.2 | 0.16 | 0 | 0 |
| HSL | 227.06º | 1% | 0.9% | - |
| HSV(B) | 227.06º | 0.2% | 1% | - |
| XYZ | 67.25 | 68.66 | 104.32 | - |
| YUV | 216.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 255 | 0.2 | 0.16 | 0 | 0 | 227.06 | 1 | 0.9 |
| Hex | CC | D7 | FF | 14 | 10 | 0 | 0 | E3 | 64 | 5A |
| Octal | 314 | 327 | 377 | 24 | 20 | 0 | 0 | 343 | 144 | 132 |
| Binary | 11001100 | 11010111 | 11111111 | 10100 | 10000 | 0 | 0 | 11100011 | 1100100 | 1011010 |
Color Harmonies of #CCD7FF
Complementary color
Monochromatic Colors of #CCD7FF
Black with #CCD7FF
Text Example
Text Example
White with #CCD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7FF; }
p { color: rgb(204,215,255); }
H1.HeaderClassName
{
color: #CCD7FF;
}
.AnyTagClassName
{
color: #CCD7FF;
}
</style>
background-color css
<style>
a { background-color: #CCD7FF; }
a { background-color: rgb(204,215,255); }
div.DivClassName
{
background-color: #CCD7FF;
}
.BgClassName
{
background-color: #CCD7FF;
}
</style>
border-color css
<style>
span { border-color: #CCD7FF; }
span { border-color: rgb(204,215,255); }
td.TdClassName
{
border-color: #CCD7FF;
}
.TagClassName
{
border-color: #CCD7FF;
}
</style>