Shades of Hawkes Blue #CFDCFB
Tints of Hawkes Blue #CFDCFB
RGB
CMYK
RGB Variations
Color information
#CFDCFB (or 0xCFDCFB) is known color: Hawkes Blue. HEX triplet: CF, DC and FB. RGB value is (207,220,251). Sum of RGB (Red+Green+Blue) = 207+220+251=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFB is #302304. Grayscale: #DBDBDB. Windows color (decimal): -3154693 or 16506063. OLE color: 16506063.
HSL color Cylindrical-coordinate representation of color #CFDCFB: hue angle of 222.27º 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 #CFDCFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 220 | 251 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.02 |
| HSL | 222.27º | 0.85% | 0.9% | - |
| HSV(B) | 222.27º | 0.18% | 0.98% | - |
| XYZ | 68.74 | 71.42 | 101.43 | - |
| YUV | 219.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 251 | 0.18 | 0.12 | 0 | 0.02 | 222.27 | 0.85 | 0.9 |
| Hex | CF | DC | FB | 12 | C | 0 | 2 | DE | 55 | 5A |
| Octal | 317 | 334 | 373 | 22 | 14 | 0 | 2 | 336 | 125 | 132 |
| Binary | 11001111 | 11011100 | 11111011 | 10010 | 1100 | 0 | 10 | 11011110 | 1010101 | 1011010 |
Color Harmonies of #CFDCFB
Complementary color
Monochromatic Colors of #CFDCFB
Black with #CFDCFB
Text Example
Text Example
White with #CFDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCFB; }
p { color: rgb(207,220,251); }
H1.HeaderClassName
{
color: #CFDCFB;
}
.AnyTagClassName
{
color: #CFDCFB;
}
</style>
background-color css
<style>
a { background-color: #CFDCFB; }
a { background-color: rgb(207,220,251); }
div.DivClassName
{
background-color: #CFDCFB;
}
.BgClassName
{
background-color: #CFDCFB;
}
</style>
border-color css
<style>
span { border-color: #CFDCFB; }
span { border-color: rgb(207,220,251); }
td.TdClassName
{
border-color: #CFDCFB;
}
.TagClassName
{
border-color: #CFDCFB;
}
</style>