Shades of Hawkes Blue #CFD4EF
Tints of Hawkes Blue #CFD4EF
RGB
CMYK
RGB Variations
Color information
#CFD4EF (or 0xCFD4EF) is known color: Hawkes Blue. HEX triplet: CF, D4 and EF. RGB value is (207,212,239). Sum of RGB (Red+Green+Blue) = 207+212+239=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4EF is #302B10. Grayscale: #D5D5D5. Windows color (decimal): -3156753 or 15717583. OLE color: 15717583.
HSL color Cylindrical-coordinate representation of color #CFD4EF: hue angle of 230.62º 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 #CFD4EF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 212 | 239 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.06 |
| HSL | 230.63º | 0.5% | 0.87% | - |
| HSV(B) | 230.63º | 0.13% | 0.94% | - |
| XYZ | 64.86 | 66.58 | 91.1 | - |
| YUV | 213.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 239 | 0.13 | 0.11 | 0 | 0.06 | 230.63 | 0.5 | 0.87 |
| Hex | CF | D4 | EF | D | B | 0 | 6 | E7 | 32 | 57 |
| Octal | 317 | 324 | 357 | 15 | 13 | 0 | 6 | 347 | 62 | 127 |
| Binary | 11001111 | 11010100 | 11101111 | 1101 | 1011 | 0 | 110 | 11100111 | 110010 | 1010111 |
Color Harmonies of #CFD4EF
Complementary color
Monochromatic Colors of #CFD4EF
Black with #CFD4EF
Text Example
Text Example
White with #CFD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4EF; }
p { color: rgb(207,212,239); }
H1.HeaderClassName
{
color: #CFD4EF;
}
.AnyTagClassName
{
color: #CFD4EF;
}
</style>
background-color css
<style>
a { background-color: #CFD4EF; }
a { background-color: rgb(207,212,239); }
div.DivClassName
{
background-color: #CFD4EF;
}
.BgClassName
{
background-color: #CFD4EF;
}
</style>
border-color css
<style>
span { border-color: #CFD4EF; }
span { border-color: rgb(207,212,239); }
td.TdClassName
{
border-color: #CFD4EF;
}
.TagClassName
{
border-color: #CFD4EF;
}
</style>