Shades of Hawkes Blue #CED6ED
Tints of Hawkes Blue #CED6ED
RGB
CMYK
RGB Variations
Color information
#CED6ED (or 0xCED6ED) is known color: Hawkes Blue. HEX triplet: CE, D6 and ED. RGB value is (206,214,237). Sum of RGB (Red+Green+Blue) = 206+214+237=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6ED is #312912. Grayscale: #D6D6D6. Windows color (decimal): -3221779 or 15587022. OLE color: 15587022.
HSL color Cylindrical-coordinate representation of color #CED6ED: hue angle of 224.52º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED6ED is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 214 | 237 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.07 |
| HSL | 224.52º | 0.46% | 0.87% | - |
| HSV(B) | 224.52º | 0.13% | 0.93% | - |
| XYZ | 64.79 | 67.33 | 89.7 | - |
| YUV | 214.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 237 | 0.13 | 0.10 | 0 | 0.07 | 224.52 | 0.46 | 0.87 |
| Hex | CE | D6 | ED | D | A | 0 | 7 | E1 | 2E | 57 |
| Octal | 316 | 326 | 355 | 15 | 12 | 0 | 7 | 341 | 56 | 127 |
| Binary | 11001110 | 11010110 | 11101101 | 1101 | 1010 | 0 | 111 | 11100001 | 101110 | 1010111 |
Color Harmonies of #CED6ED
Complementary color
Monochromatic Colors of #CED6ED
Black with #CED6ED
Text Example
Text Example
White with #CED6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6ED; }
p { color: rgb(206,214,237); }
H1.HeaderClassName
{
color: #CED6ED;
}
.AnyTagClassName
{
color: #CED6ED;
}
</style>
background-color css
<style>
a { background-color: #CED6ED; }
a { background-color: rgb(206,214,237); }
div.DivClassName
{
background-color: #CED6ED;
}
.BgClassName
{
background-color: #CED6ED;
}
</style>
border-color css
<style>
span { border-color: #CED6ED; }
span { border-color: rgb(206,214,237); }
td.TdClassName
{
border-color: #CED6ED;
}
.TagClassName
{
border-color: #CED6ED;
}
</style>