Shades of Hawkes Blue #CCD4F1
Tints of Hawkes Blue #CCD4F1
RGB
CMYK
RGB Variations
Color information
#CCD4F1 (or 0xCCD4F1) is known color: Hawkes Blue. HEX triplet: CC, D4 and F1. RGB value is (204,212,241). Sum of RGB (Red+Green+Blue) = 204+212+241=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F1 is #332B0E. Grayscale: #D4D4D4. Windows color (decimal): -3353359 or 15848652. OLE color: 15848652.
HSL color Cylindrical-coordinate representation of color #CCD4F1: hue angle of 227.03º 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 #CCD4F1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 212 | 241 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.05 |
| HSL | 227.03º | 0.57% | 0.87% | - |
| HSV(B) | 227.03º | 0.15% | 0.95% | - |
| XYZ | 64.32 | 66.28 | 92.62 | - |
| YUV | 212.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 241 | 0.15 | 0.12 | 0 | 0.05 | 227.03 | 0.57 | 0.87 |
| Hex | CC | D4 | F1 | F | C | 0 | 5 | E3 | 39 | 57 |
| Octal | 314 | 324 | 361 | 17 | 14 | 0 | 5 | 343 | 71 | 127 |
| Binary | 11001100 | 11010100 | 11110001 | 1111 | 1100 | 0 | 101 | 11100011 | 111001 | 1010111 |
Color Harmonies of #CCD4F1
Complementary color
Monochromatic Colors of #CCD4F1
Black with #CCD4F1
Text Example
Text Example
White with #CCD4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4F1; }
p { color: rgb(204,212,241); }
H1.HeaderClassName
{
color: #CCD4F1;
}
.AnyTagClassName
{
color: #CCD4F1;
}
</style>
background-color css
<style>
a { background-color: #CCD4F1; }
a { background-color: rgb(204,212,241); }
div.DivClassName
{
background-color: #CCD4F1;
}
.BgClassName
{
background-color: #CCD4F1;
}
</style>
border-color css
<style>
span { border-color: #CCD4F1; }
span { border-color: rgb(204,212,241); }
td.TdClassName
{
border-color: #CCD4F1;
}
.TagClassName
{
border-color: #CCD4F1;
}
</style>