Shades of Hawkes Blue #CFD8E8
Tints of Hawkes Blue #CFD8E8
RGB
CMYK
RGB Variations
Color information
#CFD8E8 (or 0xCFD8E8) is known color: Hawkes Blue. HEX triplet: CF, D8 and E8. RGB value is (207,216,232). Sum of RGB (Red+Green+Blue) = 207+216+232=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8E8 is #302717. Grayscale: #D7D7D7. Windows color (decimal): -3155736 or 15259855. OLE color: 15259855.
HSL color Cylindrical-coordinate representation of color #CFD8E8: hue angle of 218.4º degrees, saturation: 0.35, 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 #CFD8E8 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 216 | 232 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.09 |
| HSL | 218.4º | 0.35% | 0.86% | - |
| HSV(B) | 218.4º | 0.11% | 0.91% | - |
| XYZ | 64.85 | 68.2 | 86.09 | - |
| YUV | 215.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 232 | 0.11 | 0.07 | 0 | 0.09 | 218.4 | 0.35 | 0.86 |
| Hex | CF | D8 | E8 | B | 7 | 0 | 9 | DA | 23 | 56 |
| Octal | 317 | 330 | 350 | 13 | 7 | 0 | 11 | 332 | 43 | 126 |
| Binary | 11001111 | 11011000 | 11101000 | 1011 | 111 | 0 | 1001 | 11011010 | 100011 | 1010110 |
Color Harmonies of #CFD8E8
Complementary color
Monochromatic Colors of #CFD8E8
Black with #CFD8E8
Text Example
Text Example
White with #CFD8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8E8; }
p { color: rgb(207,216,232); }
H1.HeaderClassName
{
color: #CFD8E8;
}
.AnyTagClassName
{
color: #CFD8E8;
}
</style>
background-color css
<style>
a { background-color: #CFD8E8; }
a { background-color: rgb(207,216,232); }
div.DivClassName
{
background-color: #CFD8E8;
}
.BgClassName
{
background-color: #CFD8E8;
}
</style>
border-color css
<style>
span { border-color: #CFD8E8; }
span { border-color: rgb(207,216,232); }
td.TdClassName
{
border-color: #CFD8E8;
}
.TagClassName
{
border-color: #CFD8E8;
}
</style>