Shades of Hawkes Blue #CEDBEC
Tints of Hawkes Blue #CEDBEC
RGB
CMYK
RGB Variations
Color information
#CEDBEC (or 0xCEDBEC) is known color: Hawkes Blue. HEX triplet: CE, DB and EC. RGB value is (206,219,236). Sum of RGB (Red+Green+Blue) = 206+219+236=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBEC is #312413. Grayscale: #D8D8D8. Windows color (decimal): -3220500 or 15522766. OLE color: 15522766.
HSL color Cylindrical-coordinate representation of color #CEDBEC: hue angle of 214º 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 #CEDBEC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 219 | 236 | - |
CMYK | 0.13 | 0.07 | 0 | 0.07 |
HSL | 214º | 0.44% | 0.87% | - |
HSV(B) | 214º | 0.13% | 0.93% | - |
XYZ | 65.93 | 69.84 | 89.36 | - |
YUV | 217.05 | 138.69 | 120.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 236 | 0.13 | 0.07 | 0 | 0.07 | 214 | 0.44 | 0.87 |
Hex | CE | DB | EC | D | 7 | 0 | 7 | D6 | 2C | 57 |
Octal | 316 | 333 | 354 | 15 | 7 | 0 | 7 | 326 | 54 | 127 |
Binary | 11001110 | 11011011 | 11101100 | 1101 | 111 | 0 | 111 | 11010110 | 101100 | 1010111 |
Color Harmonies of #CEDBEC
Complementary color
Monochromatic Colors of #CEDBEC
Black with #CEDBEC
Text Example
Text Example
White with #CEDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBEC; }
p { color: rgb(206,219,236); }
H1.HeaderClassName
{
color: #CEDBEC;
}
.AnyTagClassName
{
color: #CEDBEC;
}
</style>
background-color css
<style>
a { background-color: #CEDBEC; }
a { background-color: rgb(206,219,236); }
div.DivClassName
{
background-color: #CEDBEC;
}
.BgClassName
{
background-color: #CEDBEC;
}
</style>
border-color css
<style>
span { border-color: #CEDBEC; }
span { border-color: rgb(206,219,236); }
td.TdClassName
{
border-color: #CEDBEC;
}
.TagClassName
{
border-color: #CEDBEC;
}
</style>