Shades of Hawkes Blue #CCD7F1
Tints of Hawkes Blue #CCD7F1
RGB
CMYK
RGB Variations
Color information
#CCD7F1 (or 0xCCD7F1) is known color: Hawkes Blue. HEX triplet: CC, D7 and F1. RGB value is (204,215,241). Sum of RGB (Red+Green+Blue) = 204+215+241=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7F1 is #33280E. Grayscale: #D6D6D6. Windows color (decimal): -3352591 or 15849420. OLE color: 15849420.
HSL color Cylindrical-coordinate representation of color #CCD7F1: hue angle of 222.16º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD7F1 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 215 | 241 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.05 |
| HSL | 222.16º | 0.57% | 0.87% | - |
| HSV(B) | 222.16º | 0.15% | 0.95% | - |
| XYZ | 65.08 | 67.79 | 92.87 | - |
| YUV | 214.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 241 | 0.15 | 0.11 | 0 | 0.05 | 222.16 | 0.57 | 0.87 |
| Hex | CC | D7 | F1 | F | B | 0 | 5 | DE | 39 | 57 |
| Octal | 314 | 327 | 361 | 17 | 13 | 0 | 5 | 336 | 71 | 127 |
| Binary | 11001100 | 11010111 | 11110001 | 1111 | 1011 | 0 | 101 | 11011110 | 111001 | 1010111 |
Color Harmonies of #CCD7F1
Complementary color
Monochromatic Colors of #CCD7F1
Black with #CCD7F1
Text Example
Text Example
White with #CCD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7F1; }
p { color: rgb(204,215,241); }
H1.HeaderClassName
{
color: #CCD7F1;
}
.AnyTagClassName
{
color: #CCD7F1;
}
</style>
background-color css
<style>
a { background-color: #CCD7F1; }
a { background-color: rgb(204,215,241); }
div.DivClassName
{
background-color: #CCD7F1;
}
.BgClassName
{
background-color: #CCD7F1;
}
</style>
border-color css
<style>
span { border-color: #CCD7F1; }
span { border-color: rgb(204,215,241); }
td.TdClassName
{
border-color: #CCD7F1;
}
.TagClassName
{
border-color: #CCD7F1;
}
</style>