Shades of Hawkes Blue #CEDAEC
Tints of Hawkes Blue #CEDAEC
RGB
CMYK
RGB Variations
Color information
#CEDAEC (or 0xCEDAEC) is known color: Hawkes Blue. HEX triplet: CE, DA and EC. RGB value is (206,218,236). Sum of RGB (Red+Green+Blue) = 206+218+236=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAEC is #312513. Grayscale: #D8D8D8. Windows color (decimal): -3220756 or 15522510. OLE color: 15522510.
HSL color Cylindrical-coordinate representation of color #CEDAEC: hue angle of 216º degrees, saturation: 0.44, 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 #CEDAEC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 218 | 236 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.07 |
| HSL | 216º | 0.44% | 0.87% | - |
| HSV(B) | 216º | 0.13% | 0.93% | - |
| XYZ | 65.67 | 69.32 | 89.28 | - |
| YUV | 216.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 236 | 0.13 | 0.08 | 0 | 0.07 | 216 | 0.44 | 0.87 |
| Hex | CE | DA | EC | D | 8 | 0 | 7 | D8 | 2C | 57 |
| Octal | 316 | 332 | 354 | 15 | 10 | 0 | 7 | 330 | 54 | 127 |
| Binary | 11001110 | 11011010 | 11101100 | 1101 | 1000 | 0 | 111 | 11011000 | 101100 | 1010111 |
Color Harmonies of #CEDAEC
Complementary color
Monochromatic Colors of #CEDAEC
Black with #CEDAEC
Text Example
Text Example
White with #CEDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAEC; }
p { color: rgb(206,218,236); }
H1.HeaderClassName
{
color: #CEDAEC;
}
.AnyTagClassName
{
color: #CEDAEC;
}
</style>
background-color css
<style>
a { background-color: #CEDAEC; }
a { background-color: rgb(206,218,236); }
div.DivClassName
{
background-color: #CEDAEC;
}
.BgClassName
{
background-color: #CEDAEC;
}
</style>
border-color css
<style>
span { border-color: #CEDAEC; }
span { border-color: rgb(206,218,236); }
td.TdClassName
{
border-color: #CEDAEC;
}
.TagClassName
{
border-color: #CEDAEC;
}
</style>