Shades of Hawkes Blue #CFDDF6
Tints of Hawkes Blue #CFDDF6
RGB
CMYK
RGB Variations
Color information
#CFDDF6 (or 0xCFDDF6) is known color: Hawkes Blue. HEX triplet: CF, DD and F6. RGB value is (207,221,246). Sum of RGB (Red+Green+Blue) = 207+221+246=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF6 is #302209. Grayscale: #DBDBDB. Windows color (decimal): -3154442 or 16178639. OLE color: 16178639.
HSL color Cylindrical-coordinate representation of color #CFDDF6: hue angle of 218.46º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDDF6 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 221 | 246 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.04 |
| HSL | 218.46º | 0.68% | 0.89% | - |
| HSV(B) | 218.46º | 0.16% | 0.96% | - |
| XYZ | 68.22 | 71.63 | 97.42 | - |
| YUV | 219.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 246 | 0.16 | 0.10 | 0 | 0.04 | 218.46 | 0.68 | 0.89 |
| Hex | CF | DD | F6 | 10 | A | 0 | 4 | DA | 44 | 59 |
| Octal | 317 | 335 | 366 | 20 | 12 | 0 | 4 | 332 | 104 | 131 |
| Binary | 11001111 | 11011101 | 11110110 | 10000 | 1010 | 0 | 100 | 11011010 | 1000100 | 1011001 |
Color Harmonies of #CFDDF6
Complementary color
Monochromatic Colors of #CFDDF6
Black with #CFDDF6
Text Example
Text Example
White with #CFDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDF6; }
p { color: rgb(207,221,246); }
H1.HeaderClassName
{
color: #CFDDF6;
}
.AnyTagClassName
{
color: #CFDDF6;
}
</style>
background-color css
<style>
a { background-color: #CFDDF6; }
a { background-color: rgb(207,221,246); }
div.DivClassName
{
background-color: #CFDDF6;
}
.BgClassName
{
background-color: #CFDDF6;
}
</style>
border-color css
<style>
span { border-color: #CFDDF6; }
span { border-color: rgb(207,221,246); }
td.TdClassName
{
border-color: #CFDDF6;
}
.TagClassName
{
border-color: #CFDDF6;
}
</style>