Shades of Hawkes Blue #CFDDFF
Tints of Hawkes Blue #CFDDFF
RGB
CMYK
RGB Variations
Color information
#CFDDFF (or 0xCFDDFF) is known color: Hawkes Blue. HEX triplet: CF, DD and FF. RGB value is (207,221,255). Sum of RGB (Red+Green+Blue) = 207+221+255=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFF is #302200. Grayscale: #DCDCDC. Windows color (decimal): -3154433 or 16768463. OLE color: 16768463.
HSL color Cylindrical-coordinate representation of color #CFDDFF: hue angle of 222.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDDFF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 221 | 255 | - |
| CMYK | 0.19 | 0.13 | 0 | 0 |
| HSL | 222.5º | 1% | 0.91% | - |
| HSV(B) | 222.5º | 0.19% | 1% | - |
| XYZ | 69.64 | 72.2 | 104.87 | - |
| YUV | 220.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 255 | 0.19 | 0.13 | 0 | 0 | 222.5 | 1 | 0.91 |
| Hex | CF | DD | FF | 13 | D | 0 | 0 | DE | 64 | 5B |
| Octal | 317 | 335 | 377 | 23 | 15 | 0 | 0 | 336 | 144 | 133 |
| Binary | 11001111 | 11011101 | 11111111 | 10011 | 1101 | 0 | 0 | 11011110 | 1100100 | 1011011 |
Color Harmonies of #CFDDFF
Complementary color
Monochromatic Colors of #CFDDFF
Black with #CFDDFF
Text Example
Text Example
White with #CFDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDFF; }
p { color: rgb(207,221,255); }
H1.HeaderClassName
{
color: #CFDDFF;
}
.AnyTagClassName
{
color: #CFDDFF;
}
</style>
background-color css
<style>
a { background-color: #CFDDFF; }
a { background-color: rgb(207,221,255); }
div.DivClassName
{
background-color: #CFDDFF;
}
.BgClassName
{
background-color: #CFDDFF;
}
</style>
border-color css
<style>
span { border-color: #CFDDFF; }
span { border-color: rgb(207,221,255); }
td.TdClassName
{
border-color: #CFDDFF;
}
.TagClassName
{
border-color: #CFDDFF;
}
</style>