Shades of Hawkes Blue #CED9F1
Tints of Hawkes Blue #CED9F1
RGB
CMYK
RGB Variations
Color information
#CED9F1 (or 0xCED9F1) is known color: Hawkes Blue. HEX triplet: CE, D9 and F1. RGB value is (206,217,241). Sum of RGB (Red+Green+Blue) = 206+217+241=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F1 is #31260E. Grayscale: #D8D8D8. Windows color (decimal): -3221007 or 15849934. OLE color: 15849934.
HSL color Cylindrical-coordinate representation of color #CED9F1: hue angle of 221.14º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 217 | 241 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 221.14º | 0.56% | 0.88% | - |
| HSV(B) | 221.14º | 0.15% | 0.95% | - |
| XYZ | 66.14 | 69.1 | 93.07 | - |
| YUV | 216.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 241 | 0.15 | 0.10 | 0 | 0.05 | 221.14 | 0.56 | 0.88 |
| Hex | CE | D9 | F1 | F | A | 0 | 5 | DD | 38 | 58 |
| Octal | 316 | 331 | 361 | 17 | 12 | 0 | 5 | 335 | 70 | 130 |
| Binary | 11001110 | 11011001 | 11110001 | 1111 | 1010 | 0 | 101 | 11011101 | 111000 | 1011000 |
Color Harmonies of #CED9F1
Complementary color
Monochromatic Colors of #CED9F1
Black with #CED9F1
Text Example
Text Example
White with #CED9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9F1; }
p { color: rgb(206,217,241); }
H1.HeaderClassName
{
color: #CED9F1;
}
.AnyTagClassName
{
color: #CED9F1;
}
</style>
background-color css
<style>
a { background-color: #CED9F1; }
a { background-color: rgb(206,217,241); }
div.DivClassName
{
background-color: #CED9F1;
}
.BgClassName
{
background-color: #CED9F1;
}
</style>
border-color css
<style>
span { border-color: #CED9F1; }
span { border-color: rgb(206,217,241); }
td.TdClassName
{
border-color: #CED9F1;
}
.TagClassName
{
border-color: #CED9F1;
}
</style>