Shades of Hawkes Blue #CFD8FA
Tints of Hawkes Blue #CFD8FA
RGB
CMYK
RGB Variations
Color information
#CFD8FA (or 0xCFD8FA) is known color: Hawkes Blue. HEX triplet: CF, D8 and FA. RGB value is (207,216,250). Sum of RGB (Red+Green+Blue) = 207+216+250=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8FA is #302705. Grayscale: #D9D9D9. Windows color (decimal): -3155718 or 16439503. OLE color: 16439503.
HSL color Cylindrical-coordinate representation of color #CFD8FA: hue angle of 227.44º 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 #CFD8FA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 216 | 250 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 227.44º | 0.81% | 0.9% | - |
| HSV(B) | 227.44º | 0.17% | 0.98% | - |
| XYZ | 67.54 | 69.28 | 100.25 | - |
| YUV | 217.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 250 | 0.17 | 0.14 | 0 | 0.02 | 227.44 | 0.81 | 0.9 |
| Hex | CF | D8 | FA | 11 | E | 0 | 2 | E3 | 51 | 5A |
| Octal | 317 | 330 | 372 | 21 | 16 | 0 | 2 | 343 | 121 | 132 |
| Binary | 11001111 | 11011000 | 11111010 | 10001 | 1110 | 0 | 10 | 11100011 | 1010001 | 1011010 |
Color Harmonies of #CFD8FA
Complementary color
Monochromatic Colors of #CFD8FA
Black with #CFD8FA
Text Example
Text Example
White with #CFD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8FA; }
p { color: rgb(207,216,250); }
H1.HeaderClassName
{
color: #CFD8FA;
}
.AnyTagClassName
{
color: #CFD8FA;
}
</style>
background-color css
<style>
a { background-color: #CFD8FA; }
a { background-color: rgb(207,216,250); }
div.DivClassName
{
background-color: #CFD8FA;
}
.BgClassName
{
background-color: #CFD8FA;
}
</style>
border-color css
<style>
span { border-color: #CFD8FA; }
span { border-color: rgb(207,216,250); }
td.TdClassName
{
border-color: #CFD8FA;
}
.TagClassName
{
border-color: #CFD8FA;
}
</style>