Shades of Hawkes Blue #CFD4ED
Tints of Hawkes Blue #CFD4ED
RGB
CMYK
RGB Variations
Color information
#CFD4ED (or 0xCFD4ED) is known color: Hawkes Blue. HEX triplet: CF, D4 and ED. RGB value is (207,212,237). Sum of RGB (Red+Green+Blue) = 207+212+237=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4ED is #302B12. Grayscale: #D5D5D5. Windows color (decimal): -3156755 or 15586511. OLE color: 15586511.
HSL color Cylindrical-coordinate representation of color #CFD4ED: hue angle of 230º 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 #CFD4ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 212 | 237 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 230º | 0.45% | 0.87% | - |
| HSV(B) | 230º | 0.13% | 0.93% | - |
| XYZ | 64.56 | 66.47 | 89.55 | - |
| YUV | 213.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 237 | 0.13 | 0.11 | 0 | 0.07 | 230 | 0.45 | 0.87 |
| Hex | CF | D4 | ED | D | B | 0 | 7 | E6 | 2D | 57 |
| Octal | 317 | 324 | 355 | 15 | 13 | 0 | 7 | 346 | 55 | 127 |
| Binary | 11001111 | 11010100 | 11101101 | 1101 | 1011 | 0 | 111 | 11100110 | 101101 | 1010111 |
Color Harmonies of #CFD4ED
Complementary color
Monochromatic Colors of #CFD4ED
Black with #CFD4ED
Text Example
Text Example
White with #CFD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4ED; }
p { color: rgb(207,212,237); }
H1.HeaderClassName
{
color: #CFD4ED;
}
.AnyTagClassName
{
color: #CFD4ED;
}
</style>
background-color css
<style>
a { background-color: #CFD4ED; }
a { background-color: rgb(207,212,237); }
div.DivClassName
{
background-color: #CFD4ED;
}
.BgClassName
{
background-color: #CFD4ED;
}
</style>
border-color css
<style>
span { border-color: #CFD4ED; }
span { border-color: rgb(207,212,237); }
td.TdClassName
{
border-color: #CFD4ED;
}
.TagClassName
{
border-color: #CFD4ED;
}
</style>