Shades of Hawkes Blue #CFDAF0
Tints of Hawkes Blue #CFDAF0
RGB
CMYK
RGB Variations
Color information
#CFDAF0 (or 0xCFDAF0) is known color: Hawkes Blue. HEX triplet: CF, DA and F0. RGB value is (207,218,240). Sum of RGB (Red+Green+Blue) = 207+218+240=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAF0 is #30250F. Grayscale: #D9D9D9. Windows color (decimal): -3155216 or 15784655. OLE color: 15784655.
HSL color Cylindrical-coordinate representation of color #CFDAF0: hue angle of 220º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDAF0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 218 | 240 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.06 |
| HSL | 220º | 0.52% | 0.88% | - |
| HSV(B) | 220º | 0.14% | 0.94% | - |
| XYZ | 66.53 | 69.7 | 92.38 | - |
| YUV | 217.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 240 | 0.14 | 0.09 | 0 | 0.06 | 220 | 0.52 | 0.88 |
| Hex | CF | DA | F0 | E | 9 | 0 | 6 | DC | 34 | 58 |
| Octal | 317 | 332 | 360 | 16 | 11 | 0 | 6 | 334 | 64 | 130 |
| Binary | 11001111 | 11011010 | 11110000 | 1110 | 1001 | 0 | 110 | 11011100 | 110100 | 1011000 |
Color Harmonies of #CFDAF0
Complementary color
Monochromatic Colors of #CFDAF0
Black with #CFDAF0
Text Example
Text Example
White with #CFDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAF0; }
p { color: rgb(207,218,240); }
H1.HeaderClassName
{
color: #CFDAF0;
}
.AnyTagClassName
{
color: #CFDAF0;
}
</style>
background-color css
<style>
a { background-color: #CFDAF0; }
a { background-color: rgb(207,218,240); }
div.DivClassName
{
background-color: #CFDAF0;
}
.BgClassName
{
background-color: #CFDAF0;
}
</style>
border-color css
<style>
span { border-color: #CFDAF0; }
span { border-color: rgb(207,218,240); }
td.TdClassName
{
border-color: #CFDAF0;
}
.TagClassName
{
border-color: #CFDAF0;
}
</style>