Shades of Hawkes Blue #CFD6FA
Tints of Hawkes Blue #CFD6FA
RGB
CMYK
RGB Variations
Color information
#CFD6FA (or 0xCFD6FA) is known color: Hawkes Blue. HEX triplet: CF, D6 and FA. RGB value is (207,214,250). Sum of RGB (Red+Green+Blue) = 207+214+250=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6FA is #302905. Grayscale: #D7D7D7. Windows color (decimal): -3156230 or 16438991. OLE color: 16438991.
HSL color Cylindrical-coordinate representation of color #CFD6FA: hue angle of 230.23º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD6FA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 214 | 250 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 230.23º | 0.81% | 0.9% | - |
| HSV(B) | 230.23º | 0.17% | 0.98% | - |
| XYZ | 67.03 | 68.26 | 100.09 | - |
| YUV | 216.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 250 | 0.17 | 0.14 | 0 | 0.02 | 230.23 | 0.81 | 0.9 |
| Hex | CF | D6 | FA | 11 | E | 0 | 2 | E6 | 51 | 5A |
| Octal | 317 | 326 | 372 | 21 | 16 | 0 | 2 | 346 | 121 | 132 |
| Binary | 11001111 | 11010110 | 11111010 | 10001 | 1110 | 0 | 10 | 11100110 | 1010001 | 1011010 |
Color Harmonies of #CFD6FA
Complementary color
Monochromatic Colors of #CFD6FA
Black with #CFD6FA
Text Example
Text Example
White with #CFD6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6FA; }
p { color: rgb(207,214,250); }
H1.HeaderClassName
{
color: #CFD6FA;
}
.AnyTagClassName
{
color: #CFD6FA;
}
</style>
background-color css
<style>
a { background-color: #CFD6FA; }
a { background-color: rgb(207,214,250); }
div.DivClassName
{
background-color: #CFD6FA;
}
.BgClassName
{
background-color: #CFD6FA;
}
</style>
border-color css
<style>
span { border-color: #CFD6FA; }
span { border-color: rgb(207,214,250); }
td.TdClassName
{
border-color: #CFD6FA;
}
.TagClassName
{
border-color: #CFD6FA;
}
</style>