Shades of Hawkes Blue #CED8FF
Tints of Hawkes Blue #CED8FF
RGB
CMYK
RGB Variations
Color information
#CED8FF (or 0xCED8FF) is known color: Hawkes Blue. HEX triplet: CE, D8 and FF. RGB value is (206,216,255). Sum of RGB (Red+Green+Blue) = 206+216+255=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FF is #312700. Grayscale: #D9D9D9. Windows color (decimal): -3221249 or 16767182. OLE color: 16767182.
HSL color Cylindrical-coordinate representation of color #CED8FF: hue angle of 227.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED8FF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 216 | 255 | - |
| CMYK | 0.19 | 0.15 | 0 | 0 |
| HSL | 227.76º | 1% | 0.9% | - |
| HSV(B) | 227.76º | 0.19% | 1% | - |
| XYZ | 68.06 | 69.45 | 104.43 | - |
| YUV | 217.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 255 | 0.19 | 0.15 | 0 | 0 | 227.76 | 1 | 0.9 |
| Hex | CE | D8 | FF | 13 | F | 0 | 0 | E4 | 64 | 5A |
| Octal | 316 | 330 | 377 | 23 | 17 | 0 | 0 | 344 | 144 | 132 |
| Binary | 11001110 | 11011000 | 11111111 | 10011 | 1111 | 0 | 0 | 11100100 | 1100100 | 1011010 |
Color Harmonies of #CED8FF
Complementary color
Monochromatic Colors of #CED8FF
Black with #CED8FF
Text Example
Text Example
White with #CED8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8FF; }
p { color: rgb(206,216,255); }
H1.HeaderClassName
{
color: #CED8FF;
}
.AnyTagClassName
{
color: #CED8FF;
}
</style>
background-color css
<style>
a { background-color: #CED8FF; }
a { background-color: rgb(206,216,255); }
div.DivClassName
{
background-color: #CED8FF;
}
.BgClassName
{
background-color: #CED8FF;
}
</style>
border-color css
<style>
span { border-color: #CED8FF; }
span { border-color: rgb(206,216,255); }
td.TdClassName
{
border-color: #CED8FF;
}
.TagClassName
{
border-color: #CED8FF;
}
</style>