Shades of Hawkes Blue #CFD8F4
Tints of Hawkes Blue #CFD8F4
RGB
CMYK
RGB Variations
Color information
#CFD8F4 (or 0xCFD8F4) is known color: Hawkes Blue. HEX triplet: CF, D8 and F4. RGB value is (207,216,244). Sum of RGB (Red+Green+Blue) = 207+216+244=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFD8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8F4 is #30270B. Grayscale: #D8D8D8. Windows color (decimal): -3155724 or 16046287. OLE color: 16046287.
HSL color Cylindrical-coordinate representation of color #CFD8F4: hue angle of 225.41º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD8F4 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 216 | 244 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.04 |
| HSL | 225.41º | 0.63% | 0.88% | - |
| HSV(B) | 225.41º | 0.15% | 0.96% | - |
| XYZ | 66.62 | 68.91 | 95.38 | - |
| YUV | 216.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 244 | 0.15 | 0.11 | 0 | 0.04 | 225.41 | 0.63 | 0.88 |
| Hex | CF | D8 | F4 | F | B | 0 | 4 | E1 | 3F | 58 |
| Octal | 317 | 330 | 364 | 17 | 13 | 0 | 4 | 341 | 77 | 130 |
| Binary | 11001111 | 11011000 | 11110100 | 1111 | 1011 | 0 | 100 | 11100001 | 111111 | 1011000 |
Color Harmonies of #CFD8F4
Complementary color
Monochromatic Colors of #CFD8F4
Black with #CFD8F4
Text Example
Text Example
White with #CFD8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8F4; }
p { color: rgb(207,216,244); }
H1.HeaderClassName
{
color: #CFD8F4;
}
.AnyTagClassName
{
color: #CFD8F4;
}
</style>
background-color css
<style>
a { background-color: #CFD8F4; }
a { background-color: rgb(207,216,244); }
div.DivClassName
{
background-color: #CFD8F4;
}
.BgClassName
{
background-color: #CFD8F4;
}
</style>
border-color css
<style>
span { border-color: #CFD8F4; }
span { border-color: rgb(207,216,244); }
td.TdClassName
{
border-color: #CFD8F4;
}
.TagClassName
{
border-color: #CFD8F4;
}
</style>