Shades of Hawkes Blue #CFDFF8
Tints of Hawkes Blue #CFDFF8
RGB
CMYK
RGB Variations
Color information
#CFDFF8 (or 0xCFDFF8) is known color: Hawkes Blue. HEX triplet: CF, DF and F8. RGB value is (207,223,248). Sum of RGB (Red+Green+Blue) = 207+223+248=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF8 is #302007. Grayscale: #DCDCDC. Windows color (decimal): -3153928 or 16310223. OLE color: 16310223.
HSL color Cylindrical-coordinate representation of color #CFDFF8: hue angle of 216.59º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDFF8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 223 | 248 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.03 |
| HSL | 216.59º | 0.75% | 0.89% | - |
| HSV(B) | 216.59º | 0.17% | 0.97% | - |
| XYZ | 69.06 | 72.82 | 99.22 | - |
| YUV | 221.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 248 | 0.17 | 0.10 | 0 | 0.03 | 216.59 | 0.75 | 0.89 |
| Hex | CF | DF | F8 | 11 | A | 0 | 3 | D9 | 4B | 59 |
| Octal | 317 | 337 | 370 | 21 | 12 | 0 | 3 | 331 | 113 | 131 |
| Binary | 11001111 | 11011111 | 11111000 | 10001 | 1010 | 0 | 11 | 11011001 | 1001011 | 1011001 |
Color Harmonies of #CFDFF8
Complementary color
Monochromatic Colors of #CFDFF8
Black with #CFDFF8
Text Example
Text Example
White with #CFDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFF8; }
p { color: rgb(207,223,248); }
H1.HeaderClassName
{
color: #CFDFF8;
}
.AnyTagClassName
{
color: #CFDFF8;
}
</style>
background-color css
<style>
a { background-color: #CFDFF8; }
a { background-color: rgb(207,223,248); }
div.DivClassName
{
background-color: #CFDFF8;
}
.BgClassName
{
background-color: #CFDFF8;
}
</style>
border-color css
<style>
span { border-color: #CFDFF8; }
span { border-color: rgb(207,223,248); }
td.TdClassName
{
border-color: #CFDFF8;
}
.TagClassName
{
border-color: #CFDFF8;
}
</style>