Shades of Hawkes Blue #CED5EC
Tints of Hawkes Blue #CED5EC
RGB
CMYK
RGB Variations
Color information
#CED5EC (or 0xCED5EC) is known color: Hawkes Blue. HEX triplet: CE, D5 and EC. RGB value is (206,213,236). Sum of RGB (Red+Green+Blue) = 206+213+236=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5EC is #312A13. Grayscale: #D5D5D5. Windows color (decimal): -3222036 or 15521230. OLE color: 15521230.
HSL color Cylindrical-coordinate representation of color #CED5EC: hue angle of 226º 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 #CED5EC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 213 | 236 | - |
CMYK | 0.13 | 0.10 | 0 | 0.07 |
HSL | 226º | 0.44% | 0.87% | - |
HSV(B) | 226º | 0.13% | 0.93% | - |
XYZ | 64.39 | 66.77 | 88.85 | - |
YUV | 213.53 | 140.68 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 236 | 0.13 | 0.10 | 0 | 0.07 | 226 | 0.44 | 0.87 |
Hex | CE | D5 | EC | D | A | 0 | 7 | E2 | 2C | 57 |
Octal | 316 | 325 | 354 | 15 | 12 | 0 | 7 | 342 | 54 | 127 |
Binary | 11001110 | 11010101 | 11101100 | 1101 | 1010 | 0 | 111 | 11100010 | 101100 | 1010111 |
Color Harmonies of #CED5EC
Complementary color
Monochromatic Colors of #CED5EC
Black with #CED5EC
Text Example
Text Example
White with #CED5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5EC; }
p { color: rgb(206,213,236); }
H1.HeaderClassName
{
color: #CED5EC;
}
.AnyTagClassName
{
color: #CED5EC;
}
</style>
background-color css
<style>
a { background-color: #CED5EC; }
a { background-color: rgb(206,213,236); }
div.DivClassName
{
background-color: #CED5EC;
}
.BgClassName
{
background-color: #CED5EC;
}
</style>
border-color css
<style>
span { border-color: #CED5EC; }
span { border-color: rgb(206,213,236); }
td.TdClassName
{
border-color: #CED5EC;
}
.TagClassName
{
border-color: #CED5EC;
}
</style>