Shades of Hawkes Blue #CCDEF5
Tints of Hawkes Blue #CCDEF5
RGB
CMYK
RGB Variations
Color information
#CCDEF5 (or 0xCCDEF5) is known color: Hawkes Blue. HEX triplet: CC, DE and F5. RGB value is (204,222,245). Sum of RGB (Red+Green+Blue) = 204+222+245=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF5 is #33210A. Grayscale: #DBDBDB. Windows color (decimal): -3350795 or 16113356. OLE color: 16113356.
HSL color Cylindrical-coordinate representation of color #CCDEF5: hue angle of 213.66º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDEF5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 222 | 245 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 213.66º | 0.67% | 0.88% | - |
| HSV(B) | 213.66º | 0.17% | 0.96% | - |
| XYZ | 67.5 | 71.67 | 96.66 | - |
| YUV | 219.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 245 | 0.17 | 0.09 | 0 | 0.04 | 213.66 | 0.67 | 0.88 |
| Hex | CC | DE | F5 | 11 | 9 | 0 | 4 | D6 | 43 | 58 |
| Octal | 314 | 336 | 365 | 21 | 11 | 0 | 4 | 326 | 103 | 130 |
| Binary | 11001100 | 11011110 | 11110101 | 10001 | 1001 | 0 | 100 | 11010110 | 1000011 | 1011000 |
Color Harmonies of #CCDEF5
Complementary color
Monochromatic Colors of #CCDEF5
Black with #CCDEF5
Text Example
Text Example
White with #CCDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF5; }
p { color: rgb(204,222,245); }
H1.HeaderClassName
{
color: #CCDEF5;
}
.AnyTagClassName
{
color: #CCDEF5;
}
</style>
background-color css
<style>
a { background-color: #CCDEF5; }
a { background-color: rgb(204,222,245); }
div.DivClassName
{
background-color: #CCDEF5;
}
.BgClassName
{
background-color: #CCDEF5;
}
</style>
border-color css
<style>
span { border-color: #CCDEF5; }
span { border-color: rgb(204,222,245); }
td.TdClassName
{
border-color: #CCDEF5;
}
.TagClassName
{
border-color: #CCDEF5;
}
</style>