Shades of Hawkes Blue #CEDEF9
Tints of Hawkes Blue #CEDEF9
RGB
CMYK
RGB Variations
Color information
#CEDEF9 (or 0xCEDEF9) is known color: Hawkes Blue. HEX triplet: CE, DE and F9. RGB value is (206,222,249). Sum of RGB (Red+Green+Blue) = 206+222+249=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEF9 is #312106. Grayscale: #DCDCDC. Windows color (decimal): -3219719 or 16375502. OLE color: 16375502.
HSL color Cylindrical-coordinate representation of color #CEDEF9: hue angle of 217.67º 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 #CEDEF9 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 222 | 249 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.02 |
| HSL | 217.67º | 0.78% | 0.89% | - |
| HSV(B) | 217.67º | 0.17% | 0.98% | - |
| XYZ | 68.67 | 72.2 | 99.94 | - |
| YUV | 220.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 249 | 0.17 | 0.11 | 0 | 0.02 | 217.67 | 0.78 | 0.89 |
| Hex | CE | DE | F9 | 11 | B | 0 | 2 | DA | 4E | 59 |
| Octal | 316 | 336 | 371 | 21 | 13 | 0 | 2 | 332 | 116 | 131 |
| Binary | 11001110 | 11011110 | 11111001 | 10001 | 1011 | 0 | 10 | 11011010 | 1001110 | 1011001 |
Color Harmonies of #CEDEF9
Complementary color
Monochromatic Colors of #CEDEF9
Black with #CEDEF9
Text Example
Text Example
White with #CEDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEF9; }
p { color: rgb(206,222,249); }
H1.HeaderClassName
{
color: #CEDEF9;
}
.AnyTagClassName
{
color: #CEDEF9;
}
</style>
background-color css
<style>
a { background-color: #CEDEF9; }
a { background-color: rgb(206,222,249); }
div.DivClassName
{
background-color: #CEDEF9;
}
.BgClassName
{
background-color: #CEDEF9;
}
</style>
border-color css
<style>
span { border-color: #CEDEF9; }
span { border-color: rgb(206,222,249); }
td.TdClassName
{
border-color: #CEDEF9;
}
.TagClassName
{
border-color: #CEDEF9;
}
</style>