Shades of Hawkes Blue #CED8FE
Tints of Hawkes Blue #CED8FE
RGB
CMYK
RGB Variations
Color information
#CED8FE (or 0xCED8FE) is known color: Hawkes Blue. HEX triplet: CE, D8 and FE. RGB value is (206,216,254). Sum of RGB (Red+Green+Blue) = 206+216+254=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FE is #312701. Grayscale: #D9D9D9. Windows color (decimal): -3221250 or 16701646. OLE color: 16701646.
HSL color Cylindrical-coordinate representation of color #CED8FE: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED8FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 216 | 254 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.00 |
| HSL | 227.5º | 0.96% | 0.9% | - |
| HSV(B) | 227.5º | 0.19% | 1% | - |
| XYZ | 67.9 | 69.39 | 103.58 | - |
| YUV | 217.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 254 | 0.19 | 0.15 | 0 | 0.00 | 227.5 | 0.96 | 0.9 |
| Hex | CE | D8 | FE | 13 | F | 0 | 0 | E4 | 60 | 5A |
| Octal | 316 | 330 | 376 | 23 | 17 | 0 | 0 | 344 | 140 | 132 |
| Binary | 11001110 | 11011000 | 11111110 | 10011 | 1111 | 0 | 0 | 11100100 | 1100000 | 1011010 |
Color Harmonies of #CED8FE
Complementary color
Monochromatic Colors of #CED8FE
Black with #CED8FE
Text Example
Text Example
White with #CED8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8FE; }
p { color: rgb(206,216,254); }
H1.HeaderClassName
{
color: #CED8FE;
}
.AnyTagClassName
{
color: #CED8FE;
}
</style>
background-color css
<style>
a { background-color: #CED8FE; }
a { background-color: rgb(206,216,254); }
div.DivClassName
{
background-color: #CED8FE;
}
.BgClassName
{
background-color: #CED8FE;
}
</style>
border-color css
<style>
span { border-color: #CED8FE; }
span { border-color: rgb(206,216,254); }
td.TdClassName
{
border-color: #CED8FE;
}
.TagClassName
{
border-color: #CED8FE;
}
</style>