Shades of Hawkes Blue #CFDCFA
Tints of Hawkes Blue #CFDCFA
RGB
CMYK
RGB Variations
Color information
#CFDCFA (or 0xCFDCFA) is known color: Hawkes Blue. HEX triplet: CF, DC and FA. RGB value is (207,220,250). Sum of RGB (Red+Green+Blue) = 207+220+250=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFA is #302305. Grayscale: #DBDBDB. Windows color (decimal): -3154694 or 16440527. OLE color: 16440527.
HSL color Cylindrical-coordinate representation of color #CFDCFA: hue angle of 221.86º 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 #CFDCFA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 220 | 250 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.02 |
| HSL | 221.86º | 0.81% | 0.9% | - |
| HSV(B) | 221.86º | 0.17% | 0.98% | - |
| XYZ | 68.58 | 71.35 | 100.6 | - |
| YUV | 219.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 250 | 0.17 | 0.12 | 0 | 0.02 | 221.86 | 0.81 | 0.9 |
| Hex | CF | DC | FA | 11 | C | 0 | 2 | DE | 51 | 5A |
| Octal | 317 | 334 | 372 | 21 | 14 | 0 | 2 | 336 | 121 | 132 |
| Binary | 11001111 | 11011100 | 11111010 | 10001 | 1100 | 0 | 10 | 11011110 | 1010001 | 1011010 |
Color Harmonies of #CFDCFA
Complementary color
Monochromatic Colors of #CFDCFA
Black with #CFDCFA
Text Example
Text Example
White with #CFDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCFA; }
p { color: rgb(207,220,250); }
H1.HeaderClassName
{
color: #CFDCFA;
}
.AnyTagClassName
{
color: #CFDCFA;
}
</style>
background-color css
<style>
a { background-color: #CFDCFA; }
a { background-color: rgb(207,220,250); }
div.DivClassName
{
background-color: #CFDCFA;
}
.BgClassName
{
background-color: #CFDCFA;
}
</style>
border-color css
<style>
span { border-color: #CFDCFA; }
span { border-color: rgb(207,220,250); }
td.TdClassName
{
border-color: #CFDCFA;
}
.TagClassName
{
border-color: #CFDCFA;
}
</style>