Shades of Hawkes Blue #CFD6ED
Tints of Hawkes Blue #CFD6ED
RGB
CMYK
RGB Variations
Color information
#CFD6ED (or 0xCFD6ED) is known color: Hawkes Blue. HEX triplet: CF, D6 and ED. RGB value is (207,214,237). Sum of RGB (Red+Green+Blue) = 207+214+237=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6ED is #302912. Grayscale: #D6D6D6. Windows color (decimal): -3156243 or 15587023. OLE color: 15587023.
HSL color Cylindrical-coordinate representation of color #CFD6ED: hue angle of 226º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD6ED is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 214 | 237 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.07 |
| HSL | 226º | 0.45% | 0.87% | - |
| HSV(B) | 226º | 0.13% | 0.93% | - |
| XYZ | 65.06 | 67.47 | 89.72 | - |
| YUV | 214.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 237 | 0.13 | 0.10 | 0 | 0.07 | 226 | 0.45 | 0.87 |
| Hex | CF | D6 | ED | D | A | 0 | 7 | E2 | 2D | 57 |
| Octal | 317 | 326 | 355 | 15 | 12 | 0 | 7 | 342 | 55 | 127 |
| Binary | 11001111 | 11010110 | 11101101 | 1101 | 1010 | 0 | 111 | 11100010 | 101101 | 1010111 |
Color Harmonies of #CFD6ED
Complementary color
Monochromatic Colors of #CFD6ED
Black with #CFD6ED
Text Example
Text Example
White with #CFD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6ED; }
p { color: rgb(207,214,237); }
H1.HeaderClassName
{
color: #CFD6ED;
}
.AnyTagClassName
{
color: #CFD6ED;
}
</style>
background-color css
<style>
a { background-color: #CFD6ED; }
a { background-color: rgb(207,214,237); }
div.DivClassName
{
background-color: #CFD6ED;
}
.BgClassName
{
background-color: #CFD6ED;
}
</style>
border-color css
<style>
span { border-color: #CFD6ED; }
span { border-color: rgb(207,214,237); }
td.TdClassName
{
border-color: #CFD6ED;
}
.TagClassName
{
border-color: #CFD6ED;
}
</style>