Shades of Hawkes Blue #CFD9E8
Tints of Hawkes Blue #CFD9E8
RGB
CMYK
RGB Variations
Color information
#CFD9E8 (or 0xCFD9E8) is known color: Hawkes Blue. HEX triplet: CF, D9 and E8. RGB value is (207,217,232). Sum of RGB (Red+Green+Blue) = 207+217+232=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFD9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9E8 is #302617. Grayscale: #D7D7D7. Windows color (decimal): -3155480 or 15260111. OLE color: 15260111.
HSL color Cylindrical-coordinate representation of color #CFD9E8: hue angle of 216º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD9E8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 217 | 232 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.09 |
| HSL | 216º | 0.35% | 0.86% | - |
| HSV(B) | 216º | 0.11% | 0.91% | - |
| XYZ | 65.11 | 68.72 | 86.18 | - |
| YUV | 215.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 232 | 0.11 | 0.06 | 0 | 0.09 | 216 | 0.35 | 0.86 |
| Hex | CF | D9 | E8 | B | 6 | 0 | 9 | D8 | 23 | 56 |
| Octal | 317 | 331 | 350 | 13 | 6 | 0 | 11 | 330 | 43 | 126 |
| Binary | 11001111 | 11011001 | 11101000 | 1011 | 110 | 0 | 1001 | 11011000 | 100011 | 1010110 |
Color Harmonies of #CFD9E8
Complementary color
Monochromatic Colors of #CFD9E8
Black with #CFD9E8
Text Example
Text Example
White with #CFD9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9E8; }
p { color: rgb(207,217,232); }
H1.HeaderClassName
{
color: #CFD9E8;
}
.AnyTagClassName
{
color: #CFD9E8;
}
</style>
background-color css
<style>
a { background-color: #CFD9E8; }
a { background-color: rgb(207,217,232); }
div.DivClassName
{
background-color: #CFD9E8;
}
.BgClassName
{
background-color: #CFD9E8;
}
</style>
border-color css
<style>
span { border-color: #CFD9E8; }
span { border-color: rgb(207,217,232); }
td.TdClassName
{
border-color: #CFD9E8;
}
.TagClassName
{
border-color: #CFD9E8;
}
</style>