Shades of Hawkes Blue #CED9EF
Tints of Hawkes Blue #CED9EF
RGB
CMYK
RGB Variations
Color information
#CED9EF (or 0xCED9EF) is known color: Hawkes Blue. HEX triplet: CE, D9 and EF. RGB value is (206,217,239). Sum of RGB (Red+Green+Blue) = 206+217+239=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9EF is #312610. Grayscale: #D8D8D8. Windows color (decimal): -3221009 or 15718862. OLE color: 15718862.
HSL color Cylindrical-coordinate representation of color #CED9EF: hue angle of 220º 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 #CED9EF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 217 | 239 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.06 |
| HSL | 220º | 0.51% | 0.87% | - |
| HSV(B) | 220º | 0.14% | 0.94% | - |
| XYZ | 65.85 | 68.98 | 91.51 | - |
| YUV | 216.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 239 | 0.14 | 0.09 | 0 | 0.06 | 220 | 0.51 | 0.87 |
| Hex | CE | D9 | EF | E | 9 | 0 | 6 | DC | 33 | 57 |
| Octal | 316 | 331 | 357 | 16 | 11 | 0 | 6 | 334 | 63 | 127 |
| Binary | 11001110 | 11011001 | 11101111 | 1110 | 1001 | 0 | 110 | 11011100 | 110011 | 1010111 |
Color Harmonies of #CED9EF
Complementary color
Monochromatic Colors of #CED9EF
Black with #CED9EF
Text Example
Text Example
White with #CED9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9EF; }
p { color: rgb(206,217,239); }
H1.HeaderClassName
{
color: #CED9EF;
}
.AnyTagClassName
{
color: #CED9EF;
}
</style>
background-color css
<style>
a { background-color: #CED9EF; }
a { background-color: rgb(206,217,239); }
div.DivClassName
{
background-color: #CED9EF;
}
.BgClassName
{
background-color: #CED9EF;
}
</style>
border-color css
<style>
span { border-color: #CED9EF; }
span { border-color: rgb(206,217,239); }
td.TdClassName
{
border-color: #CED9EF;
}
.TagClassName
{
border-color: #CED9EF;
}
</style>