Shades of Hawkes Blue #CFDDF3
Tints of Hawkes Blue #CFDDF3
RGB
CMYK
RGB Variations
Color information
#CFDDF3 (or 0xCFDDF3) is known color: Hawkes Blue. HEX triplet: CF, DD and F3. RGB value is (207,221,243). Sum of RGB (Red+Green+Blue) = 207+221+243=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF3 is #30220C. Grayscale: #DBDBDB. Windows color (decimal): -3154445 or 15982031. OLE color: 15982031.
HSL color Cylindrical-coordinate representation of color #CFDDF3: hue angle of 216.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDDF3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 221 | 243 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.05 |
| HSL | 216.67º | 0.6% | 0.88% | - |
| HSV(B) | 216.67º | 0.15% | 0.95% | - |
| XYZ | 67.77 | 71.45 | 95.01 | - |
| YUV | 219.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 243 | 0.15 | 0.09 | 0 | 0.05 | 216.67 | 0.6 | 0.88 |
| Hex | CF | DD | F3 | F | 9 | 0 | 5 | D9 | 3C | 58 |
| Octal | 317 | 335 | 363 | 17 | 11 | 0 | 5 | 331 | 74 | 130 |
| Binary | 11001111 | 11011101 | 11110011 | 1111 | 1001 | 0 | 101 | 11011001 | 111100 | 1011000 |
Color Harmonies of #CFDDF3
Complementary color
Monochromatic Colors of #CFDDF3
Black with #CFDDF3
Text Example
Text Example
White with #CFDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDF3; }
p { color: rgb(207,221,243); }
H1.HeaderClassName
{
color: #CFDDF3;
}
.AnyTagClassName
{
color: #CFDDF3;
}
</style>
background-color css
<style>
a { background-color: #CFDDF3; }
a { background-color: rgb(207,221,243); }
div.DivClassName
{
background-color: #CFDDF3;
}
.BgClassName
{
background-color: #CFDDF3;
}
</style>
border-color css
<style>
span { border-color: #CFDDF3; }
span { border-color: rgb(207,221,243); }
td.TdClassName
{
border-color: #CFDDF3;
}
.TagClassName
{
border-color: #CFDDF3;
}
</style>