Shades of Hawkes Blue #CCDEF6
Tints of Hawkes Blue #CCDEF6
RGB
CMYK
RGB Variations
Color information
#CCDEF6 (or 0xCCDEF6) is known color: Hawkes Blue. HEX triplet: CC, DE and F6. RGB value is (204,222,246). Sum of RGB (Red+Green+Blue) = 204+222+246=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF6 is #332109. Grayscale: #DBDBDB. Windows color (decimal): -3350794 or 16178892. OLE color: 16178892.
HSL color Cylindrical-coordinate representation of color #CCDEF6: hue angle of 214.29º degrees, saturation: 0.7, 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 #CCDEF6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 222 | 246 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.04 |
| HSL | 214.29º | 0.7% | 0.88% | - |
| HSV(B) | 214.29º | 0.17% | 0.96% | - |
| XYZ | 67.66 | 71.73 | 97.47 | - |
| YUV | 219.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 246 | 0.17 | 0.10 | 0 | 0.04 | 214.29 | 0.7 | 0.88 |
| Hex | CC | DE | F6 | 11 | A | 0 | 4 | D6 | 46 | 58 |
| Octal | 314 | 336 | 366 | 21 | 12 | 0 | 4 | 326 | 106 | 130 |
| Binary | 11001100 | 11011110 | 11110110 | 10001 | 1010 | 0 | 100 | 11010110 | 1000110 | 1011000 |
Color Harmonies of #CCDEF6
Complementary color
Monochromatic Colors of #CCDEF6
Black with #CCDEF6
Text Example
Text Example
White with #CCDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF6; }
p { color: rgb(204,222,246); }
H1.HeaderClassName
{
color: #CCDEF6;
}
.AnyTagClassName
{
color: #CCDEF6;
}
</style>
background-color css
<style>
a { background-color: #CCDEF6; }
a { background-color: rgb(204,222,246); }
div.DivClassName
{
background-color: #CCDEF6;
}
.BgClassName
{
background-color: #CCDEF6;
}
</style>
border-color css
<style>
span { border-color: #CCDEF6; }
span { border-color: rgb(204,222,246); }
td.TdClassName
{
border-color: #CCDEF6;
}
.TagClassName
{
border-color: #CCDEF6;
}
</style>