Shades of Hawkes Blue #CED5ED
Tints of Hawkes Blue #CED5ED
RGB
CMYK
RGB Variations
Color information
#CED5ED (or 0xCED5ED) is known color: Hawkes Blue. HEX triplet: CE, D5 and ED. RGB value is (206,213,237). Sum of RGB (Red+Green+Blue) = 206+213+237=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5ED is #312A12. Grayscale: #D5D5D5. Windows color (decimal): -3222035 or 15586766. OLE color: 15586766.
HSL color Cylindrical-coordinate representation of color #CED5ED: hue angle of 226.45º 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 #CED5ED is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 213 | 237 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.07 |
| HSL | 226.45º | 0.46% | 0.87% | - |
| HSV(B) | 226.45º | 0.13% | 0.93% | - |
| XYZ | 64.53 | 66.82 | 89.62 | - |
| YUV | 213.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 237 | 0.13 | 0.10 | 0 | 0.07 | 226.45 | 0.46 | 0.87 |
| Hex | CE | D5 | ED | D | A | 0 | 7 | E2 | 2E | 57 |
| Octal | 316 | 325 | 355 | 15 | 12 | 0 | 7 | 342 | 56 | 127 |
| Binary | 11001110 | 11010101 | 11101101 | 1101 | 1010 | 0 | 111 | 11100010 | 101110 | 1010111 |
Color Harmonies of #CED5ED
Complementary color
Monochromatic Colors of #CED5ED
Black with #CED5ED
Text Example
Text Example
White with #CED5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5ED; }
p { color: rgb(206,213,237); }
H1.HeaderClassName
{
color: #CED5ED;
}
.AnyTagClassName
{
color: #CED5ED;
}
</style>
background-color css
<style>
a { background-color: #CED5ED; }
a { background-color: rgb(206,213,237); }
div.DivClassName
{
background-color: #CED5ED;
}
.BgClassName
{
background-color: #CED5ED;
}
</style>
border-color css
<style>
span { border-color: #CED5ED; }
span { border-color: rgb(206,213,237); }
td.TdClassName
{
border-color: #CED5ED;
}
.TagClassName
{
border-color: #CED5ED;
}
</style>