Shades of Hawkes Blue #CED9EE
Tints of Hawkes Blue #CED9EE
RGB
CMYK
RGB Variations
Color information
#CED9EE (or 0xCED9EE) is known color: Hawkes Blue. HEX triplet: CE, D9 and EE. RGB value is (206,217,238). Sum of RGB (Red+Green+Blue) = 206+217+238=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9EE is #312611. Grayscale: #D8D8D8. Windows color (decimal): -3221010 or 15653326. OLE color: 15653326.
HSL color Cylindrical-coordinate representation of color #CED9EE: hue angle of 219.38º 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 #CED9EE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 217 | 238 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.07 |
| HSL | 219.38º | 0.48% | 0.87% | - |
| HSV(B) | 219.38º | 0.13% | 0.93% | - |
| XYZ | 65.7 | 68.92 | 90.73 | - |
| YUV | 216.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 238 | 0.13 | 0.09 | 0 | 0.07 | 219.38 | 0.48 | 0.87 |
| Hex | CE | D9 | EE | D | 9 | 0 | 7 | DB | 30 | 57 |
| Octal | 316 | 331 | 356 | 15 | 11 | 0 | 7 | 333 | 60 | 127 |
| Binary | 11001110 | 11011001 | 11101110 | 1101 | 1001 | 0 | 111 | 11011011 | 110000 | 1010111 |
Color Harmonies of #CED9EE
Complementary color
Monochromatic Colors of #CED9EE
Black with #CED9EE
Text Example
Text Example
White with #CED9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9EE; }
p { color: rgb(206,217,238); }
H1.HeaderClassName
{
color: #CED9EE;
}
.AnyTagClassName
{
color: #CED9EE;
}
</style>
background-color css
<style>
a { background-color: #CED9EE; }
a { background-color: rgb(206,217,238); }
div.DivClassName
{
background-color: #CED9EE;
}
.BgClassName
{
background-color: #CED9EE;
}
</style>
border-color css
<style>
span { border-color: #CED9EE; }
span { border-color: rgb(206,217,238); }
td.TdClassName
{
border-color: #CED9EE;
}
.TagClassName
{
border-color: #CED9EE;
}
</style>