Shades of Hawkes Blue #CFDEFC
Tints of Hawkes Blue #CFDEFC
RGB
CMYK
RGB Variations
Color information
#CFDEFC (or 0xCFDEFC) is known color: Hawkes Blue. HEX triplet: CF, DE and FC. RGB value is (207,222,252). Sum of RGB (Red+Green+Blue) = 207+222+252=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFC is #302103. Grayscale: #DCDCDC. Windows color (decimal): -3154180 or 16572111. OLE color: 16572111.
HSL color Cylindrical-coordinate representation of color #CFDEFC: hue angle of 220º 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 #CFDEFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 222 | 252 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.01 |
| HSL | 220º | 0.88% | 0.9% | - |
| HSV(B) | 220º | 0.18% | 0.99% | - |
| XYZ | 69.42 | 72.54 | 102.44 | - |
| YUV | 220.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 252 | 0.18 | 0.12 | 0 | 0.01 | 220 | 0.88 | 0.9 |
| Hex | CF | DE | FC | 12 | C | 0 | 1 | DC | 58 | 5A |
| Octal | 317 | 336 | 374 | 22 | 14 | 0 | 1 | 334 | 130 | 132 |
| Binary | 11001111 | 11011110 | 11111100 | 10010 | 1100 | 0 | 1 | 11011100 | 1011000 | 1011010 |
Color Harmonies of #CFDEFC
Complementary color
Monochromatic Colors of #CFDEFC
Black with #CFDEFC
Text Example
Text Example
White with #CFDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEFC; }
p { color: rgb(207,222,252); }
H1.HeaderClassName
{
color: #CFDEFC;
}
.AnyTagClassName
{
color: #CFDEFC;
}
</style>
background-color css
<style>
a { background-color: #CFDEFC; }
a { background-color: rgb(207,222,252); }
div.DivClassName
{
background-color: #CFDEFC;
}
.BgClassName
{
background-color: #CFDEFC;
}
</style>
border-color css
<style>
span { border-color: #CFDEFC; }
span { border-color: rgb(207,222,252); }
td.TdClassName
{
border-color: #CFDEFC;
}
.TagClassName
{
border-color: #CFDEFC;
}
</style>