Shades of Hawkes Blue #CFD3EC
Tints of Hawkes Blue #CFD3EC
RGB
CMYK
RGB Variations
Color information
#CFD3EC (or 0xCFD3EC) is known color: Hawkes Blue. HEX triplet: CF, D3 and EC. RGB value is (207,211,236). Sum of RGB (Red+Green+Blue) = 207+211+236=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3EC is #302C13. Grayscale: #D4D4D4. Windows color (decimal): -3157012 or 15520719. OLE color: 15520719.
HSL color Cylindrical-coordinate representation of color #CFD3EC: hue angle of 231.72º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD3EC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 211 | 236 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.07 |
| HSL | 231.72º | 0.43% | 0.87% | - |
| HSV(B) | 231.72º | 0.12% | 0.93% | - |
| XYZ | 64.17 | 65.91 | 88.7 | - |
| YUV | 212.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 236 | 0.12 | 0.11 | 0 | 0.07 | 231.72 | 0.43 | 0.87 |
| Hex | CF | D3 | EC | C | B | 0 | 7 | E8 | 2B | 57 |
| Octal | 317 | 323 | 354 | 14 | 13 | 0 | 7 | 350 | 53 | 127 |
| Binary | 11001111 | 11010011 | 11101100 | 1100 | 1011 | 0 | 111 | 11101000 | 101011 | 1010111 |
Color Harmonies of #CFD3EC
Complementary color
Monochromatic Colors of #CFD3EC
Black with #CFD3EC
Text Example
Text Example
White with #CFD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3EC; }
p { color: rgb(207,211,236); }
H1.HeaderClassName
{
color: #CFD3EC;
}
.AnyTagClassName
{
color: #CFD3EC;
}
</style>
background-color css
<style>
a { background-color: #CFD3EC; }
a { background-color: rgb(207,211,236); }
div.DivClassName
{
background-color: #CFD3EC;
}
.BgClassName
{
background-color: #CFD3EC;
}
</style>
border-color css
<style>
span { border-color: #CFD3EC; }
span { border-color: rgb(207,211,236); }
td.TdClassName
{
border-color: #CFD3EC;
}
.TagClassName
{
border-color: #CFD3EC;
}
</style>