Shades of Hawkes Blue #CEE0FC
Tints of Hawkes Blue #CEE0FC
RGB
CMYK
RGB Variations
Color information
#CEE0FC (or 0xCEE0FC) is known color: Hawkes Blue. HEX triplet: CE, E0 and FC. RGB value is (206,224,252). Sum of RGB (Red+Green+Blue) = 206+224+252=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0FC is #311F03. Grayscale: #DDDDDD. Windows color (decimal): -3219204 or 16572622. OLE color: 16572622.
HSL color Cylindrical-coordinate representation of color #CEE0FC: hue angle of 216.52º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE0FC is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 224 | 252 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.01 |
| HSL | 216.52º | 0.88% | 0.9% | - |
| HSV(B) | 216.52º | 0.18% | 0.99% | - |
| XYZ | 69.68 | 73.46 | 102.6 | - |
| YUV | 221.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 252 | 0.18 | 0.11 | 0 | 0.01 | 216.52 | 0.88 | 0.9 |
| Hex | CE | E0 | FC | 12 | B | 0 | 1 | D9 | 58 | 5A |
| Octal | 316 | 340 | 374 | 22 | 13 | 0 | 1 | 331 | 130 | 132 |
| Binary | 11001110 | 11100000 | 11111100 | 10010 | 1011 | 0 | 1 | 11011001 | 1011000 | 1011010 |
Color Harmonies of #CEE0FC
Complementary color
Monochromatic Colors of #CEE0FC
Black with #CEE0FC
Text Example
Text Example
White with #CEE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0FC; }
p { color: rgb(206,224,252); }
H1.HeaderClassName
{
color: #CEE0FC;
}
.AnyTagClassName
{
color: #CEE0FC;
}
</style>
background-color css
<style>
a { background-color: #CEE0FC; }
a { background-color: rgb(206,224,252); }
div.DivClassName
{
background-color: #CEE0FC;
}
.BgClassName
{
background-color: #CEE0FC;
}
</style>
border-color css
<style>
span { border-color: #CEE0FC; }
span { border-color: rgb(206,224,252); }
td.TdClassName
{
border-color: #CEE0FC;
}
.TagClassName
{
border-color: #CEE0FC;
}
</style>