Shades of Hawkes Blue #CFDDEE
Tints of Hawkes Blue #CFDDEE
RGB
CMYK
RGB Variations
Color information
#CFDDEE (or 0xCFDDEE) is known color: Hawkes Blue. HEX triplet: CF, DD and EE. RGB value is (207,221,238). Sum of RGB (Red+Green+Blue) = 207+221+238=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDEE is #302211. Grayscale: #DADADA. Windows color (decimal): -3154450 or 15654351. OLE color: 15654351.
HSL color Cylindrical-coordinate representation of color #CFDDEE: hue angle of 212.9º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDDEE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 221 | 238 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.07 |
| HSL | 212.9º | 0.48% | 0.87% | - |
| HSV(B) | 212.9º | 0.13% | 0.93% | - |
| XYZ | 67.02 | 71.15 | 91.09 | - |
| YUV | 218.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 238 | 0.13 | 0.07 | 0 | 0.07 | 212.9 | 0.48 | 0.87 |
| Hex | CF | DD | EE | D | 7 | 0 | 7 | D5 | 30 | 57 |
| Octal | 317 | 335 | 356 | 15 | 7 | 0 | 7 | 325 | 60 | 127 |
| Binary | 11001111 | 11011101 | 11101110 | 1101 | 111 | 0 | 111 | 11010101 | 110000 | 1010111 |
Color Harmonies of #CFDDEE
Complementary color
Monochromatic Colors of #CFDDEE
Black with #CFDDEE
Text Example
Text Example
White with #CFDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDEE; }
p { color: rgb(207,221,238); }
H1.HeaderClassName
{
color: #CFDDEE;
}
.AnyTagClassName
{
color: #CFDDEE;
}
</style>
background-color css
<style>
a { background-color: #CFDDEE; }
a { background-color: rgb(207,221,238); }
div.DivClassName
{
background-color: #CFDDEE;
}
.BgClassName
{
background-color: #CFDDEE;
}
</style>
border-color css
<style>
span { border-color: #CFDDEE; }
span { border-color: rgb(207,221,238); }
td.TdClassName
{
border-color: #CFDDEE;
}
.TagClassName
{
border-color: #CFDDEE;
}
</style>