Shades of Hawkes Blue #CED6F8
Tints of Hawkes Blue #CED6F8
RGB
CMYK
RGB Variations
Color information
#CED6F8 (or 0xCED6F8) is known color: Hawkes Blue. HEX triplet: CE, D6 and F8. RGB value is (206,214,248). Sum of RGB (Red+Green+Blue) = 206+214+248=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #CED6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6F8 is #312907. Grayscale: #D7D7D7. Windows color (decimal): -3221768 or 16307918. OLE color: 16307918.
HSL color Cylindrical-coordinate representation of color #CED6F8: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED6F8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 214 | 248 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.03 |
| HSL | 228.57º | 0.75% | 0.89% | - |
| HSV(B) | 228.57º | 0.17% | 0.97% | - |
| XYZ | 66.44 | 67.99 | 98.43 | - |
| YUV | 215.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 248 | 0.17 | 0.14 | 0 | 0.03 | 228.57 | 0.75 | 0.89 |
| Hex | CE | D6 | F8 | 11 | E | 0 | 3 | E5 | 4B | 59 |
| Octal | 316 | 326 | 370 | 21 | 16 | 0 | 3 | 345 | 113 | 131 |
| Binary | 11001110 | 11010110 | 11111000 | 10001 | 1110 | 0 | 11 | 11100101 | 1001011 | 1011001 |
Color Harmonies of #CED6F8
Complementary color
Monochromatic Colors of #CED6F8
Black with #CED6F8
Text Example
Text Example
White with #CED6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6F8; }
p { color: rgb(206,214,248); }
H1.HeaderClassName
{
color: #CED6F8;
}
.AnyTagClassName
{
color: #CED6F8;
}
</style>
background-color css
<style>
a { background-color: #CED6F8; }
a { background-color: rgb(206,214,248); }
div.DivClassName
{
background-color: #CED6F8;
}
.BgClassName
{
background-color: #CED6F8;
}
</style>
border-color css
<style>
span { border-color: #CED6F8; }
span { border-color: rgb(206,214,248); }
td.TdClassName
{
border-color: #CED6F8;
}
.TagClassName
{
border-color: #CED6F8;
}
</style>