Shades of Hawkes Blue #CFD6E3
Tints of Hawkes Blue #CFD6E3
RGB
CMYK
RGB Variations
Color information
#CFD6E3 (or 0xCFD6E3) is known color: Hawkes Blue. HEX triplet: CF, D6 and E3. RGB value is (207,214,227). Sum of RGB (Red+Green+Blue) = 207+214+227=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFD6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6E3 is #30291C. Grayscale: #D5D5D5. Windows color (decimal): -3156253 or 14931663. OLE color: 14931663.
HSL color Cylindrical-coordinate representation of color #CFD6E3: hue angle of 219º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFD6E3 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 214 | 227 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.11 |
| HSL | 219º | 0.26% | 0.85% | - |
| HSV(B) | 219º | 0.09% | 0.89% | - |
| XYZ | 63.64 | 66.9 | 82.23 | - |
| YUV | 213.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 227 | 0.09 | 0.06 | 0 | 0.11 | 219 | 0.26 | 0.85 |
| Hex | CF | D6 | E3 | 9 | 6 | 0 | B | DB | 1A | 55 |
| Octal | 317 | 326 | 343 | 11 | 6 | 0 | 13 | 333 | 32 | 125 |
| Binary | 11001111 | 11010110 | 11100011 | 1001 | 110 | 0 | 1011 | 11011011 | 11010 | 1010101 |
Color Harmonies of #CFD6E3
Complementary color
Monochromatic Colors of #CFD6E3
Black with #CFD6E3
Text Example
Text Example
White with #CFD6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6E3; }
p { color: rgb(207,214,227); }
H1.HeaderClassName
{
color: #CFD6E3;
}
.AnyTagClassName
{
color: #CFD6E3;
}
</style>
background-color css
<style>
a { background-color: #CFD6E3; }
a { background-color: rgb(207,214,227); }
div.DivClassName
{
background-color: #CFD6E3;
}
.BgClassName
{
background-color: #CFD6E3;
}
</style>
border-color css
<style>
span { border-color: #CFD6E3; }
span { border-color: rgb(207,214,227); }
td.TdClassName
{
border-color: #CFD6E3;
}
.TagClassName
{
border-color: #CFD6E3;
}
</style>