Shades of Hawkes Blue #CFD9ED
Tints of Hawkes Blue #CFD9ED
RGB
CMYK
RGB Variations
Color information
#CFD9ED (or 0xCFD9ED) is known color: Hawkes Blue. HEX triplet: CF, D9 and ED. RGB value is (207,217,237). Sum of RGB (Red+Green+Blue) = 207+217+237=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9ED is #302612. Grayscale: #D8D8D8. Windows color (decimal): -3155475 or 15587791. OLE color: 15587791.
HSL color Cylindrical-coordinate representation of color #CFD9ED: hue angle of 220º 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 #CFD9ED is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 217 | 237 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.07 |
| HSL | 220º | 0.45% | 0.87% | - |
| HSV(B) | 220º | 0.13% | 0.93% | - |
| XYZ | 65.83 | 69.01 | 89.97 | - |
| YUV | 216.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 237 | 0.13 | 0.08 | 0 | 0.07 | 220 | 0.45 | 0.87 |
| Hex | CF | D9 | ED | D | 8 | 0 | 7 | DC | 2D | 57 |
| Octal | 317 | 331 | 355 | 15 | 10 | 0 | 7 | 334 | 55 | 127 |
| Binary | 11001111 | 11011001 | 11101101 | 1101 | 1000 | 0 | 111 | 11011100 | 101101 | 1010111 |
Color Harmonies of #CFD9ED
Complementary color
Monochromatic Colors of #CFD9ED
Black with #CFD9ED
Text Example
Text Example
White with #CFD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9ED; }
p { color: rgb(207,217,237); }
H1.HeaderClassName
{
color: #CFD9ED;
}
.AnyTagClassName
{
color: #CFD9ED;
}
</style>
background-color css
<style>
a { background-color: #CFD9ED; }
a { background-color: rgb(207,217,237); }
div.DivClassName
{
background-color: #CFD9ED;
}
.BgClassName
{
background-color: #CFD9ED;
}
</style>
border-color css
<style>
span { border-color: #CFD9ED; }
span { border-color: rgb(207,217,237); }
td.TdClassName
{
border-color: #CFD9ED;
}
.TagClassName
{
border-color: #CFD9ED;
}
</style>