Shades of Hawkes Blue #CFD6EA
Tints of Hawkes Blue #CFD6EA
RGB
CMYK
RGB Variations
Color information
#CFD6EA (or 0xCFD6EA) is known color: Hawkes Blue. HEX triplet: CF, D6 and EA. RGB value is (207,214,234). Sum of RGB (Red+Green+Blue) = 207+214+234=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6EA is #302915. Grayscale: #D6D6D6. Windows color (decimal): -3156246 or 15390415. OLE color: 15390415.
HSL color Cylindrical-coordinate representation of color #CFD6EA: hue angle of 224.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD6EA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 214 | 234 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.08 |
| HSL | 224.44º | 0.39% | 0.86% | - |
| HSV(B) | 224.44º | 0.12% | 0.92% | - |
| XYZ | 64.63 | 67.3 | 87.43 | - |
| YUV | 214.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 234 | 0.12 | 0.09 | 0 | 0.08 | 224.44 | 0.39 | 0.86 |
| Hex | CF | D6 | EA | C | 9 | 0 | 8 | E0 | 27 | 56 |
| Octal | 317 | 326 | 352 | 14 | 11 | 0 | 10 | 340 | 47 | 126 |
| Binary | 11001111 | 11010110 | 11101010 | 1100 | 1001 | 0 | 1000 | 11100000 | 100111 | 1010110 |
Color Harmonies of #CFD6EA
Complementary color
Monochromatic Colors of #CFD6EA
Black with #CFD6EA
Text Example
Text Example
White with #CFD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6EA; }
p { color: rgb(207,214,234); }
H1.HeaderClassName
{
color: #CFD6EA;
}
.AnyTagClassName
{
color: #CFD6EA;
}
</style>
background-color css
<style>
a { background-color: #CFD6EA; }
a { background-color: rgb(207,214,234); }
div.DivClassName
{
background-color: #CFD6EA;
}
.BgClassName
{
background-color: #CFD6EA;
}
</style>
border-color css
<style>
span { border-color: #CFD6EA; }
span { border-color: rgb(207,214,234); }
td.TdClassName
{
border-color: #CFD6EA;
}
.TagClassName
{
border-color: #CFD6EA;
}
</style>