Shades of Hawkes Blue #CFDAF2
Tints of Hawkes Blue #CFDAF2
RGB
CMYK
RGB Variations
Color information
#CFDAF2 (or 0xCFDAF2) is known color: Hawkes Blue. HEX triplet: CF, DA and F2. RGB value is (207,218,242). Sum of RGB (Red+Green+Blue) = 207+218+242=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAF2 is #30250D. Grayscale: #D9D9D9. Windows color (decimal): -3155214 or 15915727. OLE color: 15915727.
HSL color Cylindrical-coordinate representation of color #CFDAF2: hue angle of 221.14º degrees, saturation: 0.57, 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 #CFDAF2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 218 | 242 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 221.14º | 0.57% | 0.88% | - |
| HSV(B) | 221.14º | 0.14% | 0.95% | - |
| XYZ | 66.83 | 69.82 | 93.96 | - |
| YUV | 217.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 242 | 0.14 | 0.10 | 0 | 0.05 | 221.14 | 0.57 | 0.88 |
| Hex | CF | DA | F2 | E | A | 0 | 5 | DD | 39 | 58 |
| Octal | 317 | 332 | 362 | 16 | 12 | 0 | 5 | 335 | 71 | 130 |
| Binary | 11001111 | 11011010 | 11110010 | 1110 | 1010 | 0 | 101 | 11011101 | 111001 | 1011000 |
Color Harmonies of #CFDAF2
Complementary color
Monochromatic Colors of #CFDAF2
Black with #CFDAF2
Text Example
Text Example
White with #CFDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAF2; }
p { color: rgb(207,218,242); }
H1.HeaderClassName
{
color: #CFDAF2;
}
.AnyTagClassName
{
color: #CFDAF2;
}
</style>
background-color css
<style>
a { background-color: #CFDAF2; }
a { background-color: rgb(207,218,242); }
div.DivClassName
{
background-color: #CFDAF2;
}
.BgClassName
{
background-color: #CFDAF2;
}
</style>
border-color css
<style>
span { border-color: #CFDAF2; }
span { border-color: rgb(207,218,242); }
td.TdClassName
{
border-color: #CFDAF2;
}
.TagClassName
{
border-color: #CFDAF2;
}
</style>