Shades of Hawkes Blue #CED6F9
Tints of Hawkes Blue #CED6F9
RGB
CMYK
RGB Variations
Color information
#CED6F9 (or 0xCED6F9) is known color: Hawkes Blue. HEX triplet: CE, D6 and F9. RGB value is (206,214,249). Sum of RGB (Red+Green+Blue) = 206+214+249=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6F9 is #312906. Grayscale: #D7D7D7. Windows color (decimal): -3221767 or 16373454. OLE color: 16373454.
HSL color Cylindrical-coordinate representation of color #CED6F9: hue angle of 228.84º 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 #CED6F9 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 214 | 249 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 228.84º | 0.78% | 0.89% | - |
| HSV(B) | 228.84º | 0.17% | 0.98% | - |
| XYZ | 66.6 | 68.05 | 99.25 | - |
| YUV | 215.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 249 | 0.17 | 0.14 | 0 | 0.02 | 228.84 | 0.78 | 0.89 |
| Hex | CE | D6 | F9 | 11 | E | 0 | 2 | E5 | 4E | 59 |
| Octal | 316 | 326 | 371 | 21 | 16 | 0 | 2 | 345 | 116 | 131 |
| Binary | 11001110 | 11010110 | 11111001 | 10001 | 1110 | 0 | 10 | 11100101 | 1001110 | 1011001 |
Color Harmonies of #CED6F9
Complementary color
Monochromatic Colors of #CED6F9
Black with #CED6F9
Text Example
Text Example
White with #CED6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6F9; }
p { color: rgb(206,214,249); }
H1.HeaderClassName
{
color: #CED6F9;
}
.AnyTagClassName
{
color: #CED6F9;
}
</style>
background-color css
<style>
a { background-color: #CED6F9; }
a { background-color: rgb(206,214,249); }
div.DivClassName
{
background-color: #CED6F9;
}
.BgClassName
{
background-color: #CED6F9;
}
</style>
border-color css
<style>
span { border-color: #CED6F9; }
span { border-color: rgb(206,214,249); }
td.TdClassName
{
border-color: #CED6F9;
}
.TagClassName
{
border-color: #CED6F9;
}
</style>