Shades of Hawkes Blue #CED6FB
Tints of Hawkes Blue #CED6FB
RGB
CMYK
RGB Variations
Color information
#CED6FB (or 0xCED6FB) is known color: Hawkes Blue. HEX triplet: CE, D6 and FB. RGB value is (206,214,251). Sum of RGB (Red+Green+Blue) = 206+214+251=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FB is #312904. Grayscale: #D7D7D7. Windows color (decimal): -3221765 or 16504526. OLE color: 16504526.
HSL color Cylindrical-coordinate representation of color #CED6FB: hue angle of 229.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED6FB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 214 | 251 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 229.33º | 0.85% | 0.9% | - |
| HSV(B) | 229.33º | 0.18% | 0.98% | - |
| XYZ | 66.91 | 68.18 | 100.9 | - |
| YUV | 215.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 251 | 0.18 | 0.15 | 0 | 0.02 | 229.33 | 0.85 | 0.9 |
| Hex | CE | D6 | FB | 12 | F | 0 | 2 | E5 | 55 | 5A |
| Octal | 316 | 326 | 373 | 22 | 17 | 0 | 2 | 345 | 125 | 132 |
| Binary | 11001110 | 11010110 | 11111011 | 10010 | 1111 | 0 | 10 | 11100101 | 1010101 | 1011010 |
Color Harmonies of #CED6FB
Complementary color
Monochromatic Colors of #CED6FB
Black with #CED6FB
Text Example
Text Example
White with #CED6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6FB; }
p { color: rgb(206,214,251); }
H1.HeaderClassName
{
color: #CED6FB;
}
.AnyTagClassName
{
color: #CED6FB;
}
</style>
background-color css
<style>
a { background-color: #CED6FB; }
a { background-color: rgb(206,214,251); }
div.DivClassName
{
background-color: #CED6FB;
}
.BgClassName
{
background-color: #CED6FB;
}
</style>
border-color css
<style>
span { border-color: #CED6FB; }
span { border-color: rgb(206,214,251); }
td.TdClassName
{
border-color: #CED6FB;
}
.TagClassName
{
border-color: #CED6FB;
}
</style>