Shades of Hawkes Blue #CEE0F6
Tints of Hawkes Blue #CEE0F6
RGB
CMYK
RGB Variations
Color information
#CEE0F6 (or 0xCEE0F6) is known color: Hawkes Blue. HEX triplet: CE, E0 and F6. RGB value is (206,224,246). Sum of RGB (Red+Green+Blue) = 206+224+246=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F6 is #311F09. Grayscale: #DDDDDD. Windows color (decimal): -3219210 or 16179406. OLE color: 16179406.
HSL color Cylindrical-coordinate representation of color #CEE0F6: hue angle of 213º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE0F6 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 224 | 246 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 213º | 0.69% | 0.89% | - |
| HSV(B) | 213º | 0.16% | 0.96% | - |
| XYZ | 68.74 | 73.09 | 97.67 | - |
| YUV | 221.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 246 | 0.16 | 0.09 | 0 | 0.04 | 213 | 0.69 | 0.89 |
| Hex | CE | E0 | F6 | 10 | 9 | 0 | 4 | D5 | 45 | 59 |
| Octal | 316 | 340 | 366 | 20 | 11 | 0 | 4 | 325 | 105 | 131 |
| Binary | 11001110 | 11100000 | 11110110 | 10000 | 1001 | 0 | 100 | 11010101 | 1000101 | 1011001 |
Color Harmonies of #CEE0F6
Complementary color
Monochromatic Colors of #CEE0F6
Black with #CEE0F6
Text Example
Text Example
White with #CEE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0F6; }
p { color: rgb(206,224,246); }
H1.HeaderClassName
{
color: #CEE0F6;
}
.AnyTagClassName
{
color: #CEE0F6;
}
</style>
background-color css
<style>
a { background-color: #CEE0F6; }
a { background-color: rgb(206,224,246); }
div.DivClassName
{
background-color: #CEE0F6;
}
.BgClassName
{
background-color: #CEE0F6;
}
</style>
border-color css
<style>
span { border-color: #CEE0F6; }
span { border-color: rgb(206,224,246); }
td.TdClassName
{
border-color: #CEE0F6;
}
.TagClassName
{
border-color: #CEE0F6;
}
</style>