Shades of Hawkes Blue #CFDDFB
Tints of Hawkes Blue #CFDDFB
RGB
CMYK
RGB Variations
Color information
#CFDDFB (or 0xCFDDFB) is known color: Hawkes Blue. HEX triplet: CF, DD and FB. RGB value is (207,221,251). Sum of RGB (Red+Green+Blue) = 207+221+251=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFB is #302204. Grayscale: #DCDCDC. Windows color (decimal): -3154437 or 16506319. OLE color: 16506319.
HSL color Cylindrical-coordinate representation of color #CFDDFB: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDDFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 221 | 251 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.02 |
| HSL | 220.91º | 0.85% | 0.9% | - |
| HSV(B) | 220.91º | 0.18% | 0.98% | - |
| XYZ | 69 | 71.94 | 101.52 | - |
| YUV | 220.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 251 | 0.18 | 0.12 | 0 | 0.02 | 220.91 | 0.85 | 0.9 |
| Hex | CF | DD | FB | 12 | C | 0 | 2 | DD | 55 | 5A |
| Octal | 317 | 335 | 373 | 22 | 14 | 0 | 2 | 335 | 125 | 132 |
| Binary | 11001111 | 11011101 | 11111011 | 10010 | 1100 | 0 | 10 | 11011101 | 1010101 | 1011010 |
Color Harmonies of #CFDDFB
Complementary color
Monochromatic Colors of #CFDDFB
Black with #CFDDFB
Text Example
Text Example
White with #CFDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDFB; }
p { color: rgb(207,221,251); }
H1.HeaderClassName
{
color: #CFDDFB;
}
.AnyTagClassName
{
color: #CFDDFB;
}
</style>
background-color css
<style>
a { background-color: #CFDDFB; }
a { background-color: rgb(207,221,251); }
div.DivClassName
{
background-color: #CFDDFB;
}
.BgClassName
{
background-color: #CFDDFB;
}
</style>
border-color css
<style>
span { border-color: #CFDDFB; }
span { border-color: rgb(207,221,251); }
td.TdClassName
{
border-color: #CFDDFB;
}
.TagClassName
{
border-color: #CFDDFB;
}
</style>