Shades of Hawkes Blue #CFD6F0
Tints of Hawkes Blue #CFD6F0
RGB
CMYK
RGB Variations
Color information
#CFD6F0 (or 0xCFD6F0) is known color: Hawkes Blue. HEX triplet: CF, D6 and F0. RGB value is (207,214,240). Sum of RGB (Red+Green+Blue) = 207+214+240=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6F0 is #30290F. Grayscale: #D6D6D6. Windows color (decimal): -3156240 or 15783631. OLE color: 15783631.
HSL color Cylindrical-coordinate representation of color #CFD6F0: hue angle of 227.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD6F0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 214 | 240 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.06 |
| HSL | 227.27º | 0.52% | 0.88% | - |
| HSV(B) | 227.27º | 0.14% | 0.94% | - |
| XYZ | 65.51 | 67.65 | 92.04 | - |
| YUV | 214.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 240 | 0.14 | 0.11 | 0 | 0.06 | 227.27 | 0.52 | 0.88 |
| Hex | CF | D6 | F0 | E | B | 0 | 6 | E3 | 34 | 58 |
| Octal | 317 | 326 | 360 | 16 | 13 | 0 | 6 | 343 | 64 | 130 |
| Binary | 11001111 | 11010110 | 11110000 | 1110 | 1011 | 0 | 110 | 11100011 | 110100 | 1011000 |
Color Harmonies of #CFD6F0
Complementary color
Monochromatic Colors of #CFD6F0
Black with #CFD6F0
Text Example
Text Example
White with #CFD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6F0; }
p { color: rgb(207,214,240); }
H1.HeaderClassName
{
color: #CFD6F0;
}
.AnyTagClassName
{
color: #CFD6F0;
}
</style>
background-color css
<style>
a { background-color: #CFD6F0; }
a { background-color: rgb(207,214,240); }
div.DivClassName
{
background-color: #CFD6F0;
}
.BgClassName
{
background-color: #CFD6F0;
}
</style>
border-color css
<style>
span { border-color: #CFD6F0; }
span { border-color: rgb(207,214,240); }
td.TdClassName
{
border-color: #CFD6F0;
}
.TagClassName
{
border-color: #CFD6F0;
}
</style>