Shades of Hawkes Blue #CED8FA
Tints of Hawkes Blue #CED8FA
RGB
CMYK
RGB Variations
Color information
#CED8FA (or 0xCED8FA) is known color: Hawkes Blue. HEX triplet: CE, D8 and FA. RGB value is (206,216,250). Sum of RGB (Red+Green+Blue) = 206+216+250=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FA is #312705. Grayscale: #D8D8D8. Windows color (decimal): -3221254 or 16439502. OLE color: 16439502.
HSL color Cylindrical-coordinate representation of color #CED8FA: hue angle of 226.36º 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 #CED8FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 216 | 250 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 226.36º | 0.81% | 0.89% | - |
| HSV(B) | 226.36º | 0.18% | 0.98% | - |
| XYZ | 67.26 | 69.14 | 100.24 | - |
| YUV | 216.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 250 | 0.18 | 0.14 | 0 | 0.02 | 226.36 | 0.81 | 0.89 |
| Hex | CE | D8 | FA | 12 | E | 0 | 2 | E2 | 51 | 59 |
| Octal | 316 | 330 | 372 | 22 | 16 | 0 | 2 | 342 | 121 | 131 |
| Binary | 11001110 | 11011000 | 11111010 | 10010 | 1110 | 0 | 10 | 11100010 | 1010001 | 1011001 |
Color Harmonies of #CED8FA
Complementary color
Monochromatic Colors of #CED8FA
Black with #CED8FA
Text Example
Text Example
White with #CED8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8FA; }
p { color: rgb(206,216,250); }
H1.HeaderClassName
{
color: #CED8FA;
}
.AnyTagClassName
{
color: #CED8FA;
}
</style>
background-color css
<style>
a { background-color: #CED8FA; }
a { background-color: rgb(206,216,250); }
div.DivClassName
{
background-color: #CED8FA;
}
.BgClassName
{
background-color: #CED8FA;
}
</style>
border-color css
<style>
span { border-color: #CED8FA; }
span { border-color: rgb(206,216,250); }
td.TdClassName
{
border-color: #CED8FA;
}
.TagClassName
{
border-color: #CED8FA;
}
</style>