Shades of Hawkes Blue #CFD7E5
Tints of Hawkes Blue #CFD7E5
RGB
CMYK
RGB Variations
Color information
#CFD7E5 (or 0xCFD7E5) is known color: Hawkes Blue. HEX triplet: CF, D7 and E5. RGB value is (207,215,229). Sum of RGB (Red+Green+Blue) = 207+215+229=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7E5 is #30281A. Grayscale: #D6D6D6. Windows color (decimal): -3155995 or 15062991. OLE color: 15062991.
HSL color Cylindrical-coordinate representation of color #CFD7E5: hue angle of 218.18º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD7E5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 215 | 229 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.10 |
| HSL | 218.18º | 0.3% | 0.85% | - |
| HSV(B) | 218.18º | 0.1% | 0.9% | - |
| XYZ | 64.18 | 67.52 | 83.78 | - |
| YUV | 214.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 229 | 0.10 | 0.06 | 0 | 0.10 | 218.18 | 0.3 | 0.85 |
| Hex | CF | D7 | E5 | A | 6 | 0 | A | DA | 1E | 55 |
| Octal | 317 | 327 | 345 | 12 | 6 | 0 | 12 | 332 | 36 | 125 |
| Binary | 11001111 | 11010111 | 11100101 | 1010 | 110 | 0 | 1010 | 11011010 | 11110 | 1010101 |
Color Harmonies of #CFD7E5
Complementary color
Monochromatic Colors of #CFD7E5
Black with #CFD7E5
Text Example
Text Example
White with #CFD7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7E5; }
p { color: rgb(207,215,229); }
H1.HeaderClassName
{
color: #CFD7E5;
}
.AnyTagClassName
{
color: #CFD7E5;
}
</style>
background-color css
<style>
a { background-color: #CFD7E5; }
a { background-color: rgb(207,215,229); }
div.DivClassName
{
background-color: #CFD7E5;
}
.BgClassName
{
background-color: #CFD7E5;
}
</style>
border-color css
<style>
span { border-color: #CFD7E5; }
span { border-color: rgb(207,215,229); }
td.TdClassName
{
border-color: #CFD7E5;
}
.TagClassName
{
border-color: #CFD7E5;
}
</style>