Shades of Hawkes Blue #CFDFFC
Tints of Hawkes Blue #CFDFFC
RGB
CMYK
RGB Variations
Color information
#CFDFFC (or 0xCFDFFC) is known color: Hawkes Blue. HEX triplet: CF, DF and FC. RGB value is (207,223,252). Sum of RGB (Red+Green+Blue) = 207+223+252=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFFC is #302003. Grayscale: #DDDDDD. Windows color (decimal): -3153924 or 16572367. OLE color: 16572367.
HSL color Cylindrical-coordinate representation of color #CFDFFC: hue angle of 218.67º 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 #CFDFFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 223 | 252 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.01 |
| HSL | 218.67º | 0.88% | 0.9% | - |
| HSV(B) | 218.67º | 0.18% | 0.99% | - |
| XYZ | 69.69 | 73.07 | 102.53 | - |
| YUV | 221.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 252 | 0.18 | 0.12 | 0 | 0.01 | 218.67 | 0.88 | 0.9 |
| Hex | CF | DF | FC | 12 | C | 0 | 1 | DB | 58 | 5A |
| Octal | 317 | 337 | 374 | 22 | 14 | 0 | 1 | 333 | 130 | 132 |
| Binary | 11001111 | 11011111 | 11111100 | 10010 | 1100 | 0 | 1 | 11011011 | 1011000 | 1011010 |
Color Harmonies of #CFDFFC
Complementary color
Monochromatic Colors of #CFDFFC
Black with #CFDFFC
Text Example
Text Example
White with #CFDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFFC; }
p { color: rgb(207,223,252); }
H1.HeaderClassName
{
color: #CFDFFC;
}
.AnyTagClassName
{
color: #CFDFFC;
}
</style>
background-color css
<style>
a { background-color: #CFDFFC; }
a { background-color: rgb(207,223,252); }
div.DivClassName
{
background-color: #CFDFFC;
}
.BgClassName
{
background-color: #CFDFFC;
}
</style>
border-color css
<style>
span { border-color: #CFDFFC; }
span { border-color: rgb(207,223,252); }
td.TdClassName
{
border-color: #CFDFFC;
}
.TagClassName
{
border-color: #CFDFFC;
}
</style>