Shades of Hawkes Blue #CED6EE
Tints of Hawkes Blue #CED6EE
RGB
CMYK
RGB Variations
Color information
#CED6EE (or 0xCED6EE) is known color: Hawkes Blue. HEX triplet: CE, D6 and EE. RGB value is (206,214,238). Sum of RGB (Red+Green+Blue) = 206+214+238=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6EE is #312911. Grayscale: #D6D6D6. Windows color (decimal): -3221778 or 15652558. OLE color: 15652558.
HSL color Cylindrical-coordinate representation of color #CED6EE: hue angle of 225º degrees, saturation: 0.48, 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 #CED6EE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 214 | 238 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.07 |
| HSL | 225º | 0.48% | 0.87% | - |
| HSV(B) | 225º | 0.13% | 0.93% | - |
| XYZ | 64.93 | 67.39 | 90.47 | - |
| YUV | 214.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 238 | 0.13 | 0.10 | 0 | 0.07 | 225 | 0.48 | 0.87 |
| Hex | CE | D6 | EE | D | A | 0 | 7 | E1 | 30 | 57 |
| Octal | 316 | 326 | 356 | 15 | 12 | 0 | 7 | 341 | 60 | 127 |
| Binary | 11001110 | 11010110 | 11101110 | 1101 | 1010 | 0 | 111 | 11100001 | 110000 | 1010111 |
Color Harmonies of #CED6EE
Complementary color
Monochromatic Colors of #CED6EE
Black with #CED6EE
Text Example
Text Example
White with #CED6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6EE; }
p { color: rgb(206,214,238); }
H1.HeaderClassName
{
color: #CED6EE;
}
.AnyTagClassName
{
color: #CED6EE;
}
</style>
background-color css
<style>
a { background-color: #CED6EE; }
a { background-color: rgb(206,214,238); }
div.DivClassName
{
background-color: #CED6EE;
}
.BgClassName
{
background-color: #CED6EE;
}
</style>
border-color css
<style>
span { border-color: #CED6EE; }
span { border-color: rgb(206,214,238); }
td.TdClassName
{
border-color: #CED6EE;
}
.TagClassName
{
border-color: #CED6EE;
}
</style>