Shades of Hawkes Blue #CED7FA
Tints of Hawkes Blue #CED7FA
RGB
CMYK
RGB Variations
Color information
#CED7FA (or 0xCED7FA) is known color: Hawkes Blue. HEX triplet: CE, D7 and FA. RGB value is (206,215,250). Sum of RGB (Red+Green+Blue) = 206+215+250=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FA is #312805. Grayscale: #D8D8D8. Windows color (decimal): -3221510 or 16439246. OLE color: 16439246.
HSL color Cylindrical-coordinate representation of color #CED7FA: hue angle of 227.73º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED7FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 215 | 250 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 227.73º | 0.81% | 0.89% | - |
| HSV(B) | 227.73º | 0.18% | 0.98% | - |
| XYZ | 67.01 | 68.62 | 100.16 | - |
| YUV | 216.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 250 | 0.18 | 0.14 | 0 | 0.02 | 227.73 | 0.81 | 0.89 |
| Hex | CE | D7 | FA | 12 | E | 0 | 2 | E4 | 51 | 59 |
| Octal | 316 | 327 | 372 | 22 | 16 | 0 | 2 | 344 | 121 | 131 |
| Binary | 11001110 | 11010111 | 11111010 | 10010 | 1110 | 0 | 10 | 11100100 | 1010001 | 1011001 |
Color Harmonies of #CED7FA
Complementary color
Monochromatic Colors of #CED7FA
Black with #CED7FA
Text Example
Text Example
White with #CED7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7FA; }
p { color: rgb(206,215,250); }
H1.HeaderClassName
{
color: #CED7FA;
}
.AnyTagClassName
{
color: #CED7FA;
}
</style>
background-color css
<style>
a { background-color: #CED7FA; }
a { background-color: rgb(206,215,250); }
div.DivClassName
{
background-color: #CED7FA;
}
.BgClassName
{
background-color: #CED7FA;
}
</style>
border-color css
<style>
span { border-color: #CED7FA; }
span { border-color: rgb(206,215,250); }
td.TdClassName
{
border-color: #CED7FA;
}
.TagClassName
{
border-color: #CED7FA;
}
</style>