Shades of Hawkes Blue #CED6E9
Tints of Hawkes Blue #CED6E9
RGB
CMYK
RGB Variations
Color information
#CED6E9 (or 0xCED6E9) is known color: Hawkes Blue. HEX triplet: CE, D6 and E9. RGB value is (206,214,233). Sum of RGB (Red+Green+Blue) = 206+214+233=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6E9 is #312916. Grayscale: #D5D5D5. Windows color (decimal): -3221783 or 15324878. OLE color: 15324878.
HSL color Cylindrical-coordinate representation of color #CED6E9: hue angle of 222.22º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED6E9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 214 | 233 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.09 |
| HSL | 222.22º | 0.38% | 0.86% | - |
| HSV(B) | 222.22º | 0.12% | 0.91% | - |
| XYZ | 64.21 | 67.1 | 86.66 | - |
| YUV | 213.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 233 | 0.12 | 0.08 | 0 | 0.09 | 222.22 | 0.38 | 0.86 |
| Hex | CE | D6 | E9 | C | 8 | 0 | 9 | DE | 26 | 56 |
| Octal | 316 | 326 | 351 | 14 | 10 | 0 | 11 | 336 | 46 | 126 |
| Binary | 11001110 | 11010110 | 11101001 | 1100 | 1000 | 0 | 1001 | 11011110 | 100110 | 1010110 |
Color Harmonies of #CED6E9
Complementary color
Monochromatic Colors of #CED6E9
Black with #CED6E9
Text Example
Text Example
White with #CED6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6E9; }
p { color: rgb(206,214,233); }
H1.HeaderClassName
{
color: #CED6E9;
}
.AnyTagClassName
{
color: #CED6E9;
}
</style>
background-color css
<style>
a { background-color: #CED6E9; }
a { background-color: rgb(206,214,233); }
div.DivClassName
{
background-color: #CED6E9;
}
.BgClassName
{
background-color: #CED6E9;
}
</style>
border-color css
<style>
span { border-color: #CED6E9; }
span { border-color: rgb(206,214,233); }
td.TdClassName
{
border-color: #CED6E9;
}
.TagClassName
{
border-color: #CED6E9;
}
</style>