Shades of Hawkes Blue #CFD8F5
Tints of Hawkes Blue #CFD8F5
RGB
CMYK
RGB Variations
Color information
#CFD8F5 (or 0xCFD8F5) is known color: Hawkes Blue. HEX triplet: CF, D8 and F5. RGB value is (207,216,245). Sum of RGB (Red+Green+Blue) = 207+216+245=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFD8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8F5 is #30270A. Grayscale: #D8D8D8. Windows color (decimal): -3155723 or 16111823. OLE color: 16111823.
HSL color Cylindrical-coordinate representation of color #CFD8F5: hue angle of 225.79º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD8F5 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 216 | 245 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.04 |
| HSL | 225.79º | 0.66% | 0.89% | - |
| HSV(B) | 225.79º | 0.16% | 0.96% | - |
| XYZ | 66.77 | 68.97 | 96.18 | - |
| YUV | 216.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 245 | 0.16 | 0.12 | 0 | 0.04 | 225.79 | 0.66 | 0.89 |
| Hex | CF | D8 | F5 | 10 | C | 0 | 4 | E2 | 42 | 59 |
| Octal | 317 | 330 | 365 | 20 | 14 | 0 | 4 | 342 | 102 | 131 |
| Binary | 11001111 | 11011000 | 11110101 | 10000 | 1100 | 0 | 100 | 11100010 | 1000010 | 1011001 |
Color Harmonies of #CFD8F5
Complementary color
Monochromatic Colors of #CFD8F5
Black with #CFD8F5
Text Example
Text Example
White with #CFD8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8F5; }
p { color: rgb(207,216,245); }
H1.HeaderClassName
{
color: #CFD8F5;
}
.AnyTagClassName
{
color: #CFD8F5;
}
</style>
background-color css
<style>
a { background-color: #CFD8F5; }
a { background-color: rgb(207,216,245); }
div.DivClassName
{
background-color: #CFD8F5;
}
.BgClassName
{
background-color: #CFD8F5;
}
</style>
border-color css
<style>
span { border-color: #CFD8F5; }
span { border-color: rgb(207,216,245); }
td.TdClassName
{
border-color: #CFD8F5;
}
.TagClassName
{
border-color: #CFD8F5;
}
</style>