Shades of Hawkes Blue #CFDDF9
Tints of Hawkes Blue #CFDDF9
RGB
CMYK
RGB Variations
Color information
#CFDDF9 (or 0xCFDDF9) is known color: Hawkes Blue. HEX triplet: CF, DD and F9. RGB value is (207,221,249). Sum of RGB (Red+Green+Blue) = 207+221+249=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 221 (86.72% from 255 or 32.64% 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 #CFDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF9 is #302206. Grayscale: #DBDBDB. Windows color (decimal): -3154439 or 16375247. OLE color: 16375247.
HSL color Cylindrical-coordinate representation of color #CFDDF9: hue angle of 220º 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 #CFDDF9 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 221 | 249 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.02 |
| HSL | 220º | 0.78% | 0.89% | - |
| HSV(B) | 220º | 0.17% | 0.98% | - |
| XYZ | 68.69 | 71.82 | 99.86 | - |
| YUV | 220.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 249 | 0.17 | 0.11 | 0 | 0.02 | 220 | 0.78 | 0.89 |
| Hex | CF | DD | F9 | 11 | B | 0 | 2 | DC | 4E | 59 |
| Octal | 317 | 335 | 371 | 21 | 13 | 0 | 2 | 334 | 116 | 131 |
| Binary | 11001111 | 11011101 | 11111001 | 10001 | 1011 | 0 | 10 | 11011100 | 1001110 | 1011001 |
Color Harmonies of #CFDDF9
Complementary color
Monochromatic Colors of #CFDDF9
Black with #CFDDF9
Text Example
Text Example
White with #CFDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDF9; }
p { color: rgb(207,221,249); }
H1.HeaderClassName
{
color: #CFDDF9;
}
.AnyTagClassName
{
color: #CFDDF9;
}
</style>
background-color css
<style>
a { background-color: #CFDDF9; }
a { background-color: rgb(207,221,249); }
div.DivClassName
{
background-color: #CFDDF9;
}
.BgClassName
{
background-color: #CFDDF9;
}
</style>
border-color css
<style>
span { border-color: #CFDDF9; }
span { border-color: rgb(207,221,249); }
td.TdClassName
{
border-color: #CFDDF9;
}
.TagClassName
{
border-color: #CFDDF9;
}
</style>