Shades of Hawkes Blue #CEE0F7
Tints of Hawkes Blue #CEE0F7
RGB
CMYK
RGB Variations
Color information
#CEE0F7 (or 0xCEE0F7) is known color: Hawkes Blue. HEX triplet: CE, E0 and F7. RGB value is (206,224,247). Sum of RGB (Red+Green+Blue) = 206+224+247=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEE0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F7 is #311F08. Grayscale: #DDDDDD. Windows color (decimal): -3219209 or 16244942. OLE color: 16244942.
HSL color Cylindrical-coordinate representation of color #CEE0F7: hue angle of 213.66º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE0F7 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 224 | 247 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.03 |
| HSL | 213.66º | 0.72% | 0.89% | - |
| HSV(B) | 213.66º | 0.17% | 0.97% | - |
| XYZ | 68.9 | 73.15 | 98.48 | - |
| YUV | 221.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 247 | 0.17 | 0.09 | 0 | 0.03 | 213.66 | 0.72 | 0.89 |
| Hex | CE | E0 | F7 | 11 | 9 | 0 | 3 | D6 | 48 | 59 |
| Octal | 316 | 340 | 367 | 21 | 11 | 0 | 3 | 326 | 110 | 131 |
| Binary | 11001110 | 11100000 | 11110111 | 10001 | 1001 | 0 | 11 | 11010110 | 1001000 | 1011001 |
Color Harmonies of #CEE0F7
Complementary color
Monochromatic Colors of #CEE0F7
Black with #CEE0F7
Text Example
Text Example
White with #CEE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0F7; }
p { color: rgb(206,224,247); }
H1.HeaderClassName
{
color: #CEE0F7;
}
.AnyTagClassName
{
color: #CEE0F7;
}
</style>
background-color css
<style>
a { background-color: #CEE0F7; }
a { background-color: rgb(206,224,247); }
div.DivClassName
{
background-color: #CEE0F7;
}
.BgClassName
{
background-color: #CEE0F7;
}
</style>
border-color css
<style>
span { border-color: #CEE0F7; }
span { border-color: rgb(206,224,247); }
td.TdClassName
{
border-color: #CEE0F7;
}
.TagClassName
{
border-color: #CEE0F7;
}
</style>