Shades of Hawkes Blue #CFDDF5
Tints of Hawkes Blue #CFDDF5
RGB
CMYK
RGB Variations
Color information
#CFDDF5 (or 0xCFDDF5) is known color: Hawkes Blue. HEX triplet: CF, DD and F5. RGB value is (207,221,245). Sum of RGB (Red+Green+Blue) = 207+221+245=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF5 is #30220A. Grayscale: #DBDBDB. Windows color (decimal): -3154443 or 16113103. OLE color: 16113103.
HSL color Cylindrical-coordinate representation of color #CFDDF5: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDDF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 221 | 245 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.04 |
| HSL | 217.89º | 0.66% | 0.89% | - |
| HSV(B) | 217.89º | 0.16% | 0.96% | - |
| XYZ | 68.07 | 71.57 | 96.61 | - |
| YUV | 219.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 245 | 0.16 | 0.10 | 0 | 0.04 | 217.89 | 0.66 | 0.89 |
| Hex | CF | DD | F5 | 10 | A | 0 | 4 | DA | 42 | 59 |
| Octal | 317 | 335 | 365 | 20 | 12 | 0 | 4 | 332 | 102 | 131 |
| Binary | 11001111 | 11011101 | 11110101 | 10000 | 1010 | 0 | 100 | 11011010 | 1000010 | 1011001 |
Color Harmonies of #CFDDF5
Complementary color
Monochromatic Colors of #CFDDF5
Black with #CFDDF5
Text Example
Text Example
White with #CFDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDF5; }
p { color: rgb(207,221,245); }
H1.HeaderClassName
{
color: #CFDDF5;
}
.AnyTagClassName
{
color: #CFDDF5;
}
</style>
background-color css
<style>
a { background-color: #CFDDF5; }
a { background-color: rgb(207,221,245); }
div.DivClassName
{
background-color: #CFDDF5;
}
.BgClassName
{
background-color: #CFDDF5;
}
</style>
border-color css
<style>
span { border-color: #CFDDF5; }
span { border-color: rgb(207,221,245); }
td.TdClassName
{
border-color: #CFDDF5;
}
.TagClassName
{
border-color: #CFDDF5;
}
</style>