Shades of Hawkes Blue #CFD6E7
Tints of Hawkes Blue #CFD6E7
RGB
CMYK
RGB Variations
Color information
#CFD6E7 (or 0xCFD6E7) is known color: Hawkes Blue. HEX triplet: CF, D6 and E7. RGB value is (207,214,231). Sum of RGB (Red+Green+Blue) = 207+214+231=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFD6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6E7 is #302918. Grayscale: #D5D5D5. Windows color (decimal): -3156249 or 15193807. OLE color: 15193807.
HSL color Cylindrical-coordinate representation of color #CFD6E7: hue angle of 222.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD6E7 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 214 | 231 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.09 |
| HSL | 222.5º | 0.33% | 0.86% | - |
| HSV(B) | 222.5º | 0.1% | 0.91% | - |
| XYZ | 64.2 | 67.13 | 85.17 | - |
| YUV | 213.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 231 | 0.10 | 0.07 | 0 | 0.09 | 222.5 | 0.33 | 0.86 |
| Hex | CF | D6 | E7 | A | 7 | 0 | 9 | DE | 21 | 56 |
| Octal | 317 | 326 | 347 | 12 | 7 | 0 | 11 | 336 | 41 | 126 |
| Binary | 11001111 | 11010110 | 11100111 | 1010 | 111 | 0 | 1001 | 11011110 | 100001 | 1010110 |
Color Harmonies of #CFD6E7
Complementary color
Monochromatic Colors of #CFD6E7
Black with #CFD6E7
Text Example
Text Example
White with #CFD6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6E7; }
p { color: rgb(207,214,231); }
H1.HeaderClassName
{
color: #CFD6E7;
}
.AnyTagClassName
{
color: #CFD6E7;
}
</style>
background-color css
<style>
a { background-color: #CFD6E7; }
a { background-color: rgb(207,214,231); }
div.DivClassName
{
background-color: #CFD6E7;
}
.BgClassName
{
background-color: #CFD6E7;
}
</style>
border-color css
<style>
span { border-color: #CFD6E7; }
span { border-color: rgb(207,214,231); }
td.TdClassName
{
border-color: #CFD6E7;
}
.TagClassName
{
border-color: #CFD6E7;
}
</style>