Shades of Hawkes Blue #CFDDEC
Tints of Hawkes Blue #CFDDEC
RGB
CMYK
RGB Variations
Color information
#CFDDEC (or 0xCFDDEC) is known color: Hawkes Blue. HEX triplet: CF, DD and EC. RGB value is (207,221,236). Sum of RGB (Red+Green+Blue) = 207+221+236=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDEC is #302213. Grayscale: #DADADA. Windows color (decimal): -3154452 or 15523279. OLE color: 15523279.
HSL color Cylindrical-coordinate representation of color #CFDDEC: hue angle of 211.03º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDDEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 221 | 236 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.07 |
| HSL | 211.03º | 0.43% | 0.87% | - |
| HSV(B) | 211.03º | 0.12% | 0.93% | - |
| XYZ | 66.73 | 71.03 | 89.55 | - |
| YUV | 218.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 236 | 0.12 | 0.06 | 0 | 0.07 | 211.03 | 0.43 | 0.87 |
| Hex | CF | DD | EC | C | 6 | 0 | 7 | D3 | 2B | 57 |
| Octal | 317 | 335 | 354 | 14 | 6 | 0 | 7 | 323 | 53 | 127 |
| Binary | 11001111 | 11011101 | 11101100 | 1100 | 110 | 0 | 111 | 11010011 | 101011 | 1010111 |
Color Harmonies of #CFDDEC
Complementary color
Monochromatic Colors of #CFDDEC
Black with #CFDDEC
Text Example
Text Example
White with #CFDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDEC; }
p { color: rgb(207,221,236); }
H1.HeaderClassName
{
color: #CFDDEC;
}
.AnyTagClassName
{
color: #CFDDEC;
}
</style>
background-color css
<style>
a { background-color: #CFDDEC; }
a { background-color: rgb(207,221,236); }
div.DivClassName
{
background-color: #CFDDEC;
}
.BgClassName
{
background-color: #CFDDEC;
}
</style>
border-color css
<style>
span { border-color: #CFDDEC; }
span { border-color: rgb(207,221,236); }
td.TdClassName
{
border-color: #CFDDEC;
}
.TagClassName
{
border-color: #CFDDEC;
}
</style>