Shades of Hawkes Blue #CFD6E1
Tints of Hawkes Blue #CFD6E1
RGB
CMYK
RGB Variations
Color information
#CFD6E1 (or 0xCFD6E1) is known color: Hawkes Blue. HEX triplet: CF, D6 and E1. RGB value is (207,214,225). Sum of RGB (Red+Green+Blue) = 207+214+225=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6E1 is #30291E. Grayscale: #D5D5D5. Windows color (decimal): -3156255 or 14800591. OLE color: 14800591.
HSL color Cylindrical-coordinate representation of color #CFD6E1: hue angle of 216.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFD6E1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 214 | 225 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.12 |
| HSL | 216.67º | 0.23% | 0.85% | - |
| HSV(B) | 216.67º | 0.08% | 0.88% | - |
| XYZ | 63.37 | 66.79 | 80.79 | - |
| YUV | 213.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 225 | 0.08 | 0.05 | 0 | 0.12 | 216.67 | 0.23 | 0.85 |
| Hex | CF | D6 | E1 | 8 | 5 | 0 | C | D9 | 17 | 55 |
| Octal | 317 | 326 | 341 | 10 | 5 | 0 | 14 | 331 | 27 | 125 |
| Binary | 11001111 | 11010110 | 11100001 | 1000 | 101 | 0 | 1100 | 11011001 | 10111 | 1010101 |
Color Harmonies of #CFD6E1
Complementary color
Monochromatic Colors of #CFD6E1
Black with #CFD6E1
Text Example
Text Example
White with #CFD6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6E1; }
p { color: rgb(207,214,225); }
H1.HeaderClassName
{
color: #CFD6E1;
}
.AnyTagClassName
{
color: #CFD6E1;
}
</style>
background-color css
<style>
a { background-color: #CFD6E1; }
a { background-color: rgb(207,214,225); }
div.DivClassName
{
background-color: #CFD6E1;
}
.BgClassName
{
background-color: #CFD6E1;
}
</style>
border-color css
<style>
span { border-color: #CFD6E1; }
span { border-color: rgb(207,214,225); }
td.TdClassName
{
border-color: #CFD6E1;
}
.TagClassName
{
border-color: #CFD6E1;
}
</style>