Shades of Hawkes Blue #CFDEFA
Tints of Hawkes Blue #CFDEFA
RGB
CMYK
RGB Variations
Color information
#CFDEFA (or 0xCFDEFA) is known color: Hawkes Blue. HEX triplet: CF, DE and FA. RGB value is (207,222,250). Sum of RGB (Red+Green+Blue) = 207+222+250=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFA is #302105. Grayscale: #DCDCDC. Windows color (decimal): -3154182 or 16441039. OLE color: 16441039.
HSL color Cylindrical-coordinate representation of color #CFDEFA: hue angle of 219.07º 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 #CFDEFA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 222 | 250 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.02 |
| HSL | 219.07º | 0.81% | 0.9% | - |
| HSV(B) | 219.07º | 0.17% | 0.98% | - |
| XYZ | 69.11 | 72.41 | 100.78 | - |
| YUV | 220.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 250 | 0.17 | 0.11 | 0 | 0.02 | 219.07 | 0.81 | 0.9 |
| Hex | CF | DE | FA | 11 | B | 0 | 2 | DB | 51 | 5A |
| Octal | 317 | 336 | 372 | 21 | 13 | 0 | 2 | 333 | 121 | 132 |
| Binary | 11001111 | 11011110 | 11111010 | 10001 | 1011 | 0 | 10 | 11011011 | 1010001 | 1011010 |
Color Harmonies of #CFDEFA
Complementary color
Monochromatic Colors of #CFDEFA
Black with #CFDEFA
Text Example
Text Example
White with #CFDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEFA; }
p { color: rgb(207,222,250); }
H1.HeaderClassName
{
color: #CFDEFA;
}
.AnyTagClassName
{
color: #CFDEFA;
}
</style>
background-color css
<style>
a { background-color: #CFDEFA; }
a { background-color: rgb(207,222,250); }
div.DivClassName
{
background-color: #CFDEFA;
}
.BgClassName
{
background-color: #CFDEFA;
}
</style>
border-color css
<style>
span { border-color: #CFDEFA; }
span { border-color: rgb(207,222,250); }
td.TdClassName
{
border-color: #CFDEFA;
}
.TagClassName
{
border-color: #CFDEFA;
}
</style>