Shades of Hawkes Blue #CCD4F3
Tints of Hawkes Blue #CCD4F3
RGB
CMYK
RGB Variations
Color information
#CCD4F3 (or 0xCCD4F3) is known color: Hawkes Blue. HEX triplet: CC, D4 and F3. RGB value is (204,212,243). Sum of RGB (Red+Green+Blue) = 204+212+243=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F3 is #332B0C. Grayscale: #D5D5D5. Windows color (decimal): -3353357 or 15979724. OLE color: 15979724.
HSL color Cylindrical-coordinate representation of color #CCD4F3: hue angle of 227.69º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD4F3 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 212 | 243 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 227.69º | 0.62% | 0.88% | - |
| HSV(B) | 227.69º | 0.16% | 0.95% | - |
| XYZ | 64.62 | 66.4 | 94.2 | - |
| YUV | 213.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 243 | 0.16 | 0.13 | 0 | 0.05 | 227.69 | 0.62 | 0.88 |
| Hex | CC | D4 | F3 | 10 | D | 0 | 5 | E4 | 3E | 58 |
| Octal | 314 | 324 | 363 | 20 | 15 | 0 | 5 | 344 | 76 | 130 |
| Binary | 11001100 | 11010100 | 11110011 | 10000 | 1101 | 0 | 101 | 11100100 | 111110 | 1011000 |
Color Harmonies of #CCD4F3
Complementary color
Monochromatic Colors of #CCD4F3
Black with #CCD4F3
Text Example
Text Example
White with #CCD4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4F3; }
p { color: rgb(204,212,243); }
H1.HeaderClassName
{
color: #CCD4F3;
}
.AnyTagClassName
{
color: #CCD4F3;
}
</style>
background-color css
<style>
a { background-color: #CCD4F3; }
a { background-color: rgb(204,212,243); }
div.DivClassName
{
background-color: #CCD4F3;
}
.BgClassName
{
background-color: #CCD4F3;
}
</style>
border-color css
<style>
span { border-color: #CCD4F3; }
span { border-color: rgb(204,212,243); }
td.TdClassName
{
border-color: #CCD4F3;
}
.TagClassName
{
border-color: #CCD4F3;
}
</style>