Shades of Hawkes Blue #CFD4E7
Tints of Hawkes Blue #CFD4E7
RGB
CMYK
RGB Variations
Color information
#CFD4E7 (or 0xCFD4E7) is known color: Hawkes Blue. HEX triplet: CF, D4 and E7. RGB value is (207,212,231). Sum of RGB (Red+Green+Blue) = 207+212+231=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4E7 is #302B18. Grayscale: #D4D4D4. Windows color (decimal): -3156761 or 15193295. OLE color: 15193295.
HSL color Cylindrical-coordinate representation of color #CFD4E7: hue angle of 227.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD4E7 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 212 | 231 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.09 |
| HSL | 227.5º | 0.33% | 0.86% | - |
| HSV(B) | 227.5º | 0.1% | 0.91% | - |
| XYZ | 63.7 | 66.12 | 85.01 | - |
| YUV | 212.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 231 | 0.10 | 0.08 | 0 | 0.09 | 227.5 | 0.33 | 0.86 |
| Hex | CF | D4 | E7 | A | 8 | 0 | 9 | E4 | 21 | 56 |
| Octal | 317 | 324 | 347 | 12 | 10 | 0 | 11 | 344 | 41 | 126 |
| Binary | 11001111 | 11010100 | 11100111 | 1010 | 1000 | 0 | 1001 | 11100100 | 100001 | 1010110 |
Color Harmonies of #CFD4E7
Complementary color
Monochromatic Colors of #CFD4E7
Black with #CFD4E7
Text Example
Text Example
White with #CFD4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4E7; }
p { color: rgb(207,212,231); }
H1.HeaderClassName
{
color: #CFD4E7;
}
.AnyTagClassName
{
color: #CFD4E7;
}
</style>
background-color css
<style>
a { background-color: #CFD4E7; }
a { background-color: rgb(207,212,231); }
div.DivClassName
{
background-color: #CFD4E7;
}
.BgClassName
{
background-color: #CFD4E7;
}
</style>
border-color css
<style>
span { border-color: #CFD4E7; }
span { border-color: rgb(207,212,231); }
td.TdClassName
{
border-color: #CFD4E7;
}
.TagClassName
{
border-color: #CFD4E7;
}
</style>