Shades of Hawkes Blue #CED4EF
Tints of Hawkes Blue #CED4EF
RGB
CMYK
RGB Variations
Color information
#CED4EF (or 0xCED4EF) is known color: Hawkes Blue. HEX triplet: CE, D4 and EF. RGB value is (206,212,239). Sum of RGB (Red+Green+Blue) = 206+212+239=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4EF is #312B10. Grayscale: #D5D5D5. Windows color (decimal): -3222289 or 15717582. OLE color: 15717582.
HSL color Cylindrical-coordinate representation of color #CED4EF: hue angle of 229.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED4EF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 212 | 239 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.06 |
| HSL | 229.09º | 0.51% | 0.87% | - |
| HSV(B) | 229.09º | 0.14% | 0.94% | - |
| XYZ | 64.58 | 66.44 | 91.08 | - |
| YUV | 213.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 239 | 0.14 | 0.11 | 0 | 0.06 | 229.09 | 0.51 | 0.87 |
| Hex | CE | D4 | EF | E | B | 0 | 6 | E5 | 33 | 57 |
| Octal | 316 | 324 | 357 | 16 | 13 | 0 | 6 | 345 | 63 | 127 |
| Binary | 11001110 | 11010100 | 11101111 | 1110 | 1011 | 0 | 110 | 11100101 | 110011 | 1010111 |
Color Harmonies of #CED4EF
Complementary color
Monochromatic Colors of #CED4EF
Black with #CED4EF
Text Example
Text Example
White with #CED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4EF; }
p { color: rgb(206,212,239); }
H1.HeaderClassName
{
color: #CED4EF;
}
.AnyTagClassName
{
color: #CED4EF;
}
</style>
background-color css
<style>
a { background-color: #CED4EF; }
a { background-color: rgb(206,212,239); }
div.DivClassName
{
background-color: #CED4EF;
}
.BgClassName
{
background-color: #CED4EF;
}
</style>
border-color css
<style>
span { border-color: #CED4EF; }
span { border-color: rgb(206,212,239); }
td.TdClassName
{
border-color: #CED4EF;
}
.TagClassName
{
border-color: #CED4EF;
}
</style>