Shades of Hawkes Blue #CED6EF
Tints of Hawkes Blue #CED6EF
RGB
CMYK
RGB Variations
Color information
#CED6EF (or 0xCED6EF) is known color: Hawkes Blue. HEX triplet: CE, D6 and EF. RGB value is (206,214,239). Sum of RGB (Red+Green+Blue) = 206+214+239=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6EF is #312910. Grayscale: #D6D6D6. Windows color (decimal): -3221777 or 15718094. OLE color: 15718094.
HSL color Cylindrical-coordinate representation of color #CED6EF: hue angle of 225.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED6EF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 214 | 239 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 225.45º | 0.51% | 0.87% | - |
| HSV(B) | 225.45º | 0.14% | 0.94% | - |
| XYZ | 65.08 | 67.45 | 91.25 | - |
| YUV | 214.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 239 | 0.14 | 0.10 | 0 | 0.06 | 225.45 | 0.51 | 0.87 |
| Hex | CE | D6 | EF | E | A | 0 | 6 | E1 | 33 | 57 |
| Octal | 316 | 326 | 357 | 16 | 12 | 0 | 6 | 341 | 63 | 127 |
| Binary | 11001110 | 11010110 | 11101111 | 1110 | 1010 | 0 | 110 | 11100001 | 110011 | 1010111 |
Color Harmonies of #CED6EF
Complementary color
Monochromatic Colors of #CED6EF
Black with #CED6EF
Text Example
Text Example
White with #CED6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6EF; }
p { color: rgb(206,214,239); }
H1.HeaderClassName
{
color: #CED6EF;
}
.AnyTagClassName
{
color: #CED6EF;
}
</style>
background-color css
<style>
a { background-color: #CED6EF; }
a { background-color: rgb(206,214,239); }
div.DivClassName
{
background-color: #CED6EF;
}
.BgClassName
{
background-color: #CED6EF;
}
</style>
border-color css
<style>
span { border-color: #CED6EF; }
span { border-color: rgb(206,214,239); }
td.TdClassName
{
border-color: #CED6EF;
}
.TagClassName
{
border-color: #CED6EF;
}
</style>