Shades of Hawkes Blue #CED9FB
Tints of Hawkes Blue #CED9FB
RGB
CMYK
RGB Variations
Color information
#CED9FB (or 0xCED9FB) is known color: Hawkes Blue. HEX triplet: CE, D9 and FB. RGB value is (206,217,251). Sum of RGB (Red+Green+Blue) = 206+217+251=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9FB is #312604. Grayscale: #D9D9D9. Windows color (decimal): -3220997 or 16505294. OLE color: 16505294.
HSL color Cylindrical-coordinate representation of color #CED9FB: hue angle of 225.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 #CED9FB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 217 | 251 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 225.33º | 0.85% | 0.9% | - |
| HSV(B) | 225.33º | 0.18% | 0.98% | - |
| XYZ | 67.68 | 69.71 | 101.16 | - |
| YUV | 217.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 251 | 0.18 | 0.14 | 0 | 0.02 | 225.33 | 0.85 | 0.9 |
| Hex | CE | D9 | FB | 12 | E | 0 | 2 | E1 | 55 | 5A |
| Octal | 316 | 331 | 373 | 22 | 16 | 0 | 2 | 341 | 125 | 132 |
| Binary | 11001110 | 11011001 | 11111011 | 10010 | 1110 | 0 | 10 | 11100001 | 1010101 | 1011010 |
Color Harmonies of #CED9FB
Complementary color
Monochromatic Colors of #CED9FB
Black with #CED9FB
Text Example
Text Example
White with #CED9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9FB; }
p { color: rgb(206,217,251); }
H1.HeaderClassName
{
color: #CED9FB;
}
.AnyTagClassName
{
color: #CED9FB;
}
</style>
background-color css
<style>
a { background-color: #CED9FB; }
a { background-color: rgb(206,217,251); }
div.DivClassName
{
background-color: #CED9FB;
}
.BgClassName
{
background-color: #CED9FB;
}
</style>
border-color css
<style>
span { border-color: #CED9FB; }
span { border-color: rgb(206,217,251); }
td.TdClassName
{
border-color: #CED9FB;
}
.TagClassName
{
border-color: #CED9FB;
}
</style>