Shades of Hawkes Blue #CED8F9
Tints of Hawkes Blue #CED8F9
RGB
CMYK
RGB Variations
Color information
#CED8F9 (or 0xCED8F9) is known color: Hawkes Blue. HEX triplet: CE, D8 and F9. RGB value is (206,216,249). Sum of RGB (Red+Green+Blue) = 206+216+249=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F9 is #312706. Grayscale: #D8D8D8. Windows color (decimal): -3221255 or 16373966. OLE color: 16373966.
HSL color Cylindrical-coordinate representation of color #CED8F9: hue angle of 226.05º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED8F9 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 216 | 249 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.02 |
| HSL | 226.05º | 0.78% | 0.89% | - |
| HSV(B) | 226.05º | 0.17% | 0.98% | - |
| XYZ | 67.11 | 69.07 | 99.42 | - |
| YUV | 216.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 249 | 0.17 | 0.13 | 0 | 0.02 | 226.05 | 0.78 | 0.89 |
| Hex | CE | D8 | F9 | 11 | D | 0 | 2 | E2 | 4E | 59 |
| Octal | 316 | 330 | 371 | 21 | 15 | 0 | 2 | 342 | 116 | 131 |
| Binary | 11001110 | 11011000 | 11111001 | 10001 | 1101 | 0 | 10 | 11100010 | 1001110 | 1011001 |
Color Harmonies of #CED8F9
Complementary color
Monochromatic Colors of #CED8F9
Black with #CED8F9
Text Example
Text Example
White with #CED8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8F9; }
p { color: rgb(206,216,249); }
H1.HeaderClassName
{
color: #CED8F9;
}
.AnyTagClassName
{
color: #CED8F9;
}
</style>
background-color css
<style>
a { background-color: #CED8F9; }
a { background-color: rgb(206,216,249); }
div.DivClassName
{
background-color: #CED8F9;
}
.BgClassName
{
background-color: #CED8F9;
}
</style>
border-color css
<style>
span { border-color: #CED8F9; }
span { border-color: rgb(206,216,249); }
td.TdClassName
{
border-color: #CED8F9;
}
.TagClassName
{
border-color: #CED8F9;
}
</style>