Shades of Hawkes Blue #CEDCF9
Tints of Hawkes Blue #CEDCF9
RGB
CMYK
RGB Variations
Color information
#CEDCF9 (or 0xCEDCF9) is known color: Hawkes Blue. HEX triplet: CE, DC and F9. RGB value is (206,220,249). Sum of RGB (Red+Green+Blue) = 206+220+249=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF9 is #312306. Grayscale: #DADADA. Windows color (decimal): -3220231 or 16374990. OLE color: 16374990.
HSL color Cylindrical-coordinate representation of color #CEDCF9: hue angle of 220.47º 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 #CEDCF9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 220 | 249 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.02 |
| HSL | 220.47º | 0.78% | 0.89% | - |
| HSV(B) | 220.47º | 0.17% | 0.98% | - |
| XYZ | 68.15 | 71.15 | 99.76 | - |
| YUV | 219.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 249 | 0.17 | 0.12 | 0 | 0.02 | 220.47 | 0.78 | 0.89 |
| Hex | CE | DC | F9 | 11 | C | 0 | 2 | DC | 4E | 59 |
| Octal | 316 | 334 | 371 | 21 | 14 | 0 | 2 | 334 | 116 | 131 |
| Binary | 11001110 | 11011100 | 11111001 | 10001 | 1100 | 0 | 10 | 11011100 | 1001110 | 1011001 |
Color Harmonies of #CEDCF9
Complementary color
Monochromatic Colors of #CEDCF9
Black with #CEDCF9
Text Example
Text Example
White with #CEDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCF9; }
p { color: rgb(206,220,249); }
H1.HeaderClassName
{
color: #CEDCF9;
}
.AnyTagClassName
{
color: #CEDCF9;
}
</style>
background-color css
<style>
a { background-color: #CEDCF9; }
a { background-color: rgb(206,220,249); }
div.DivClassName
{
background-color: #CEDCF9;
}
.BgClassName
{
background-color: #CEDCF9;
}
</style>
border-color css
<style>
span { border-color: #CEDCF9; }
span { border-color: rgb(206,220,249); }
td.TdClassName
{
border-color: #CEDCF9;
}
.TagClassName
{
border-color: #CEDCF9;
}
</style>