Shades of Hawkes Blue #CED8EF
Tints of Hawkes Blue #CED8EF
RGB
CMYK
RGB Variations
Color information
#CED8EF (or 0xCED8EF) is known color: Hawkes Blue. HEX triplet: CE, D8 and EF. RGB value is (206,216,239). Sum of RGB (Red+Green+Blue) = 206+216+239=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8EF is #312710. Grayscale: #D7D7D7. Windows color (decimal): -3221265 or 15718606. OLE color: 15718606.
HSL color Cylindrical-coordinate representation of color #CED8EF: hue angle of 221.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED8EF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 216 | 239 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 221.82º | 0.51% | 0.87% | - |
| HSV(B) | 221.82º | 0.14% | 0.94% | - |
| XYZ | 65.59 | 68.47 | 91.42 | - |
| YUV | 215.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 239 | 0.14 | 0.10 | 0 | 0.06 | 221.82 | 0.51 | 0.87 |
| Hex | CE | D8 | EF | E | A | 0 | 6 | DE | 33 | 57 |
| Octal | 316 | 330 | 357 | 16 | 12 | 0 | 6 | 336 | 63 | 127 |
| Binary | 11001110 | 11011000 | 11101111 | 1110 | 1010 | 0 | 110 | 11011110 | 110011 | 1010111 |
Color Harmonies of #CED8EF
Complementary color
Monochromatic Colors of #CED8EF
Black with #CED8EF
Text Example
Text Example
White with #CED8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8EF; }
p { color: rgb(206,216,239); }
H1.HeaderClassName
{
color: #CED8EF;
}
.AnyTagClassName
{
color: #CED8EF;
}
</style>
background-color css
<style>
a { background-color: #CED8EF; }
a { background-color: rgb(206,216,239); }
div.DivClassName
{
background-color: #CED8EF;
}
.BgClassName
{
background-color: #CED8EF;
}
</style>
border-color css
<style>
span { border-color: #CED8EF; }
span { border-color: rgb(206,216,239); }
td.TdClassName
{
border-color: #CED8EF;
}
.TagClassName
{
border-color: #CED8EF;
}
</style>