Shades of Hawkes Blue #CED6EA
Tints of Hawkes Blue #CED6EA
RGB
CMYK
RGB Variations
Color information
#CED6EA (or 0xCED6EA) is known color: Hawkes Blue. HEX triplet: CE, D6 and EA. RGB value is (206,214,234). Sum of RGB (Red+Green+Blue) = 206+214+234=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6EA is #312915. Grayscale: #D5D5D5. Windows color (decimal): -3221782 or 15390414. OLE color: 15390414.
HSL color Cylindrical-coordinate representation of color #CED6EA: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED6EA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 214 | 234 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.08 |
| HSL | 222.86º | 0.4% | 0.86% | - |
| HSV(B) | 222.86º | 0.12% | 0.92% | - |
| XYZ | 64.35 | 67.16 | 87.41 | - |
| YUV | 213.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 234 | 0.12 | 0.09 | 0 | 0.08 | 222.86 | 0.4 | 0.86 |
| Hex | CE | D6 | EA | C | 9 | 0 | 8 | DF | 28 | 56 |
| Octal | 316 | 326 | 352 | 14 | 11 | 0 | 10 | 337 | 50 | 126 |
| Binary | 11001110 | 11010110 | 11101010 | 1100 | 1001 | 0 | 1000 | 11011111 | 101000 | 1010110 |
Color Harmonies of #CED6EA
Complementary color
Monochromatic Colors of #CED6EA
Black with #CED6EA
Text Example
Text Example
White with #CED6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6EA; }
p { color: rgb(206,214,234); }
H1.HeaderClassName
{
color: #CED6EA;
}
.AnyTagClassName
{
color: #CED6EA;
}
</style>
background-color css
<style>
a { background-color: #CED6EA; }
a { background-color: rgb(206,214,234); }
div.DivClassName
{
background-color: #CED6EA;
}
.BgClassName
{
background-color: #CED6EA;
}
</style>
border-color css
<style>
span { border-color: #CED6EA; }
span { border-color: rgb(206,214,234); }
td.TdClassName
{
border-color: #CED6EA;
}
.TagClassName
{
border-color: #CED6EA;
}
</style>