Shades of Hawkes Blue #CED2EC
Tints of Hawkes Blue #CED2EC
RGB
CMYK
RGB Variations
Color information
#CED2EC (or 0xCED2EC) is known color: Hawkes Blue. HEX triplet: CE, D2 and EC. RGB value is (206,210,236). Sum of RGB (Red+Green+Blue) = 206+210+236=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2EC is #312D13. Grayscale: #D3D3D3. Windows color (decimal): -3222804 or 15520462. OLE color: 15520462.
HSL color Cylindrical-coordinate representation of color #CED2EC: hue angle of 232º 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 #CED2EC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 210 | 236 | - |
CMYK | 0.13 | 0.11 | 0 | 0.07 |
HSL | 232º | 0.44% | 0.87% | - |
HSV(B) | 232º | 0.13% | 0.93% | - |
XYZ | 63.64 | 65.27 | 88.6 | - |
YUV | 211.77 | 141.67 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 236 | 0.13 | 0.11 | 0 | 0.07 | 232 | 0.44 | 0.87 |
Hex | CE | D2 | EC | D | B | 0 | 7 | E8 | 2C | 57 |
Octal | 316 | 322 | 354 | 15 | 13 | 0 | 7 | 350 | 54 | 127 |
Binary | 11001110 | 11010010 | 11101100 | 1101 | 1011 | 0 | 111 | 11101000 | 101100 | 1010111 |
Color Harmonies of #CED2EC
Complementary color
Monochromatic Colors of #CED2EC
Black with #CED2EC
Text Example
Text Example
White with #CED2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2EC; }
p { color: rgb(206,210,236); }
H1.HeaderClassName
{
color: #CED2EC;
}
.AnyTagClassName
{
color: #CED2EC;
}
</style>
background-color css
<style>
a { background-color: #CED2EC; }
a { background-color: rgb(206,210,236); }
div.DivClassName
{
background-color: #CED2EC;
}
.BgClassName
{
background-color: #CED2EC;
}
</style>
border-color css
<style>
span { border-color: #CED2EC; }
span { border-color: rgb(206,210,236); }
td.TdClassName
{
border-color: #CED2EC;
}
.TagClassName
{
border-color: #CED2EC;
}
</style>