Shades of Hawkes Blue #CFD2E9
Tints of Hawkes Blue #CFD2E9
RGB
CMYK
RGB Variations
Color information
#CFD2E9 (or 0xCFD2E9) is known color: Hawkes Blue. HEX triplet: CF, D2 and E9. RGB value is (207,210,233). Sum of RGB (Red+Green+Blue) = 207+210+233=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFD2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2E9 is #302D16. Grayscale: #D3D3D3. Windows color (decimal): -3157271 or 15323855. OLE color: 15323855.
HSL color Cylindrical-coordinate representation of color #CFD2E9: hue angle of 233.08º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD2E9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 210 | 233 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.09 |
| HSL | 233.08º | 0.37% | 0.86% | - |
| HSV(B) | 233.08º | 0.11% | 0.91% | - |
| XYZ | 63.49 | 65.24 | 86.34 | - |
| YUV | 211.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 233 | 0.11 | 0.10 | 0 | 0.09 | 233.08 | 0.37 | 0.86 |
| Hex | CF | D2 | E9 | B | A | 0 | 9 | E9 | 25 | 56 |
| Octal | 317 | 322 | 351 | 13 | 12 | 0 | 11 | 351 | 45 | 126 |
| Binary | 11001111 | 11010010 | 11101001 | 1011 | 1010 | 0 | 1001 | 11101001 | 100101 | 1010110 |
Color Harmonies of #CFD2E9
Complementary color
Monochromatic Colors of #CFD2E9
Black with #CFD2E9
Text Example
Text Example
White with #CFD2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2E9; }
p { color: rgb(207,210,233); }
H1.HeaderClassName
{
color: #CFD2E9;
}
.AnyTagClassName
{
color: #CFD2E9;
}
</style>
background-color css
<style>
a { background-color: #CFD2E9; }
a { background-color: rgb(207,210,233); }
div.DivClassName
{
background-color: #CFD2E9;
}
.BgClassName
{
background-color: #CFD2E9;
}
</style>
border-color css
<style>
span { border-color: #CFD2E9; }
span { border-color: rgb(207,210,233); }
td.TdClassName
{
border-color: #CFD2E9;
}
.TagClassName
{
border-color: #CFD2E9;
}
</style>