Shades of Hawkes Blue #CED5EE
Tints of Hawkes Blue #CED5EE
RGB
CMYK
RGB Variations
Color information
#CED5EE (or 0xCED5EE) is known color: Hawkes Blue. HEX triplet: CE, D5 and EE. RGB value is (206,213,238). Sum of RGB (Red+Green+Blue) = 206+213+238=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5EE is #312A11. Grayscale: #D5D5D5. Windows color (decimal): -3222034 or 15652302. OLE color: 15652302.
HSL color Cylindrical-coordinate representation of color #CED5EE: hue angle of 226.88º degrees, saturation: 0.48, 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 #CED5EE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 213 | 238 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 226.88º | 0.48% | 0.87% | - |
| HSV(B) | 226.88º | 0.13% | 0.93% | - |
| XYZ | 64.68 | 66.88 | 90.39 | - |
| YUV | 213.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 238 | 0.13 | 0.11 | 0 | 0.07 | 226.88 | 0.48 | 0.87 |
| Hex | CE | D5 | EE | D | B | 0 | 7 | E3 | 30 | 57 |
| Octal | 316 | 325 | 356 | 15 | 13 | 0 | 7 | 343 | 60 | 127 |
| Binary | 11001110 | 11010101 | 11101110 | 1101 | 1011 | 0 | 111 | 11100011 | 110000 | 1010111 |
Color Harmonies of #CED5EE
Complementary color
Monochromatic Colors of #CED5EE
Black with #CED5EE
Text Example
Text Example
White with #CED5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5EE; }
p { color: rgb(206,213,238); }
H1.HeaderClassName
{
color: #CED5EE;
}
.AnyTagClassName
{
color: #CED5EE;
}
</style>
background-color css
<style>
a { background-color: #CED5EE; }
a { background-color: rgb(206,213,238); }
div.DivClassName
{
background-color: #CED5EE;
}
.BgClassName
{
background-color: #CED5EE;
}
</style>
border-color css
<style>
span { border-color: #CED5EE; }
span { border-color: rgb(206,213,238); }
td.TdClassName
{
border-color: #CED5EE;
}
.TagClassName
{
border-color: #CED5EE;
}
</style>