Shades of Hawkes Blue #CFDAFC
Tints of Hawkes Blue #CFDAFC
RGB
CMYK
RGB Variations
Color information
#CFDAFC (or 0xCFDAFC) is known color: Hawkes Blue. HEX triplet: CF, DA and FC. RGB value is (207,218,252). Sum of RGB (Red+Green+Blue) = 207+218+252=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFC is #302503. Grayscale: #DADADA. Windows color (decimal): -3155204 or 16571087. OLE color: 16571087.
HSL color Cylindrical-coordinate representation of color #CFDAFC: hue angle of 225.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDAFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 218 | 252 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 225.33º | 0.88% | 0.9% | - |
| HSV(B) | 225.33º | 0.18% | 0.99% | - |
| XYZ | 68.37 | 70.44 | 102.09 | - |
| YUV | 218.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 252 | 0.18 | 0.13 | 0 | 0.01 | 225.33 | 0.88 | 0.9 |
| Hex | CF | DA | FC | 12 | D | 0 | 1 | E1 | 58 | 5A |
| Octal | 317 | 332 | 374 | 22 | 15 | 0 | 1 | 341 | 130 | 132 |
| Binary | 11001111 | 11011010 | 11111100 | 10010 | 1101 | 0 | 1 | 11100001 | 1011000 | 1011010 |
Color Harmonies of #CFDAFC
Complementary color
Monochromatic Colors of #CFDAFC
Black with #CFDAFC
Text Example
Text Example
White with #CFDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAFC; }
p { color: rgb(207,218,252); }
H1.HeaderClassName
{
color: #CFDAFC;
}
.AnyTagClassName
{
color: #CFDAFC;
}
</style>
background-color css
<style>
a { background-color: #CFDAFC; }
a { background-color: rgb(207,218,252); }
div.DivClassName
{
background-color: #CFDAFC;
}
.BgClassName
{
background-color: #CFDAFC;
}
</style>
border-color css
<style>
span { border-color: #CFDAFC; }
span { border-color: rgb(207,218,252); }
td.TdClassName
{
border-color: #CFDAFC;
}
.TagClassName
{
border-color: #CFDAFC;
}
</style>