Shades of Hawkes Blue #CFDAF1
Tints of Hawkes Blue #CFDAF1
RGB
CMYK
RGB Variations
Color information
#CFDAF1 (or 0xCFDAF1) is known color: Hawkes Blue. HEX triplet: CF, DA and F1. RGB value is (207,218,241). Sum of RGB (Red+Green+Blue) = 207+218+241=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAF1 is #30250E. Grayscale: #D9D9D9. Windows color (decimal): -3155215 or 15850191. OLE color: 15850191.
HSL color Cylindrical-coordinate representation of color #CFDAF1: hue angle of 220.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDAF1 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 218 | 241 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 220.59º | 0.55% | 0.88% | - |
| HSV(B) | 220.59º | 0.14% | 0.95% | - |
| XYZ | 66.68 | 69.76 | 93.17 | - |
| YUV | 217.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 241 | 0.14 | 0.10 | 0 | 0.05 | 220.59 | 0.55 | 0.88 |
| Hex | CF | DA | F1 | E | A | 0 | 5 | DD | 37 | 58 |
| Octal | 317 | 332 | 361 | 16 | 12 | 0 | 5 | 335 | 67 | 130 |
| Binary | 11001111 | 11011010 | 11110001 | 1110 | 1010 | 0 | 101 | 11011101 | 110111 | 1011000 |
Color Harmonies of #CFDAF1
Complementary color
Monochromatic Colors of #CFDAF1
Black with #CFDAF1
Text Example
Text Example
White with #CFDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAF1; }
p { color: rgb(207,218,241); }
H1.HeaderClassName
{
color: #CFDAF1;
}
.AnyTagClassName
{
color: #CFDAF1;
}
</style>
background-color css
<style>
a { background-color: #CFDAF1; }
a { background-color: rgb(207,218,241); }
div.DivClassName
{
background-color: #CFDAF1;
}
.BgClassName
{
background-color: #CFDAF1;
}
</style>
border-color css
<style>
span { border-color: #CFDAF1; }
span { border-color: rgb(207,218,241); }
td.TdClassName
{
border-color: #CFDAF1;
}
.TagClassName
{
border-color: #CFDAF1;
}
</style>