Shades of Hawkes Blue #CFDEF7
Tints of Hawkes Blue #CFDEF7
RGB
CMYK
RGB Variations
Color information
#CFDEF7 (or 0xCFDEF7) is known color: Hawkes Blue. HEX triplet: CF, DE and F7. RGB value is (207,222,247). Sum of RGB (Red+Green+Blue) = 207+222+247=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEF7 is #302108. Grayscale: #DCDCDC. Windows color (decimal): -3154185 or 16244431. OLE color: 16244431.
HSL color Cylindrical-coordinate representation of color #CFDEF7: hue angle of 217.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDEF7 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 222 | 247 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.03 |
| HSL | 217.5º | 0.71% | 0.89% | - |
| HSV(B) | 217.5º | 0.16% | 0.97% | - |
| XYZ | 68.64 | 72.22 | 98.32 | - |
| YUV | 220.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 247 | 0.16 | 0.10 | 0 | 0.03 | 217.5 | 0.71 | 0.89 |
| Hex | CF | DE | F7 | 10 | A | 0 | 3 | DA | 47 | 59 |
| Octal | 317 | 336 | 367 | 20 | 12 | 0 | 3 | 332 | 107 | 131 |
| Binary | 11001111 | 11011110 | 11110111 | 10000 | 1010 | 0 | 11 | 11011010 | 1000111 | 1011001 |
Color Harmonies of #CFDEF7
Complementary color
Monochromatic Colors of #CFDEF7
Black with #CFDEF7
Text Example
Text Example
White with #CFDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEF7; }
p { color: rgb(207,222,247); }
H1.HeaderClassName
{
color: #CFDEF7;
}
.AnyTagClassName
{
color: #CFDEF7;
}
</style>
background-color css
<style>
a { background-color: #CFDEF7; }
a { background-color: rgb(207,222,247); }
div.DivClassName
{
background-color: #CFDEF7;
}
.BgClassName
{
background-color: #CFDEF7;
}
</style>
border-color css
<style>
span { border-color: #CFDEF7; }
span { border-color: rgb(207,222,247); }
td.TdClassName
{
border-color: #CFDEF7;
}
.TagClassName
{
border-color: #CFDEF7;
}
</style>