Shades of Hawkes Blue #CFD5EF
Tints of Hawkes Blue #CFD5EF
RGB
CMYK
RGB Variations
Color information
#CFD5EF (or 0xCFD5EF) is known color: Hawkes Blue. HEX triplet: CF, D5 and EF. RGB value is (207,213,239). Sum of RGB (Red+Green+Blue) = 207+213+239=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFD5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5EF is #302A10. Grayscale: #D6D6D6. Windows color (decimal): -3156497 or 15717839. OLE color: 15717839.
HSL color Cylindrical-coordinate representation of color #CFD5EF: hue angle of 228.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD5EF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 213 | 239 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.06 |
| HSL | 228.75º | 0.5% | 0.87% | - |
| HSV(B) | 228.75º | 0.13% | 0.94% | - |
| XYZ | 65.11 | 67.09 | 91.18 | - |
| YUV | 214.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 239 | 0.13 | 0.11 | 0 | 0.06 | 228.75 | 0.5 | 0.87 |
| Hex | CF | D5 | EF | D | B | 0 | 6 | E5 | 32 | 57 |
| Octal | 317 | 325 | 357 | 15 | 13 | 0 | 6 | 345 | 62 | 127 |
| Binary | 11001111 | 11010101 | 11101111 | 1101 | 1011 | 0 | 110 | 11100101 | 110010 | 1010111 |
Color Harmonies of #CFD5EF
Complementary color
Monochromatic Colors of #CFD5EF
Black with #CFD5EF
Text Example
Text Example
White with #CFD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5EF; }
p { color: rgb(207,213,239); }
H1.HeaderClassName
{
color: #CFD5EF;
}
.AnyTagClassName
{
color: #CFD5EF;
}
</style>
background-color css
<style>
a { background-color: #CFD5EF; }
a { background-color: rgb(207,213,239); }
div.DivClassName
{
background-color: #CFD5EF;
}
.BgClassName
{
background-color: #CFD5EF;
}
</style>
border-color css
<style>
span { border-color: #CFD5EF; }
span { border-color: rgb(207,213,239); }
td.TdClassName
{
border-color: #CFD5EF;
}
.TagClassName
{
border-color: #CFD5EF;
}
</style>