Shades of Hawkes Blue #CEDAEF
Tints of Hawkes Blue #CEDAEF
RGB
CMYK
RGB Variations
Color information
#CEDAEF (or 0xCEDAEF) is known color: Hawkes Blue. HEX triplet: CE, DA and EF. RGB value is (206,218,239). Sum of RGB (Red+Green+Blue) = 206+218+239=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAEF is #312510. Grayscale: #D8D8D8. Windows color (decimal): -3220753 or 15719118. OLE color: 15719118.
HSL color Cylindrical-coordinate representation of color #CEDAEF: hue angle of 218.18º 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 #CEDAEF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 218 | 239 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.06 |
| HSL | 218.18º | 0.51% | 0.87% | - |
| HSV(B) | 218.18º | 0.14% | 0.94% | - |
| XYZ | 66.1 | 69.5 | 91.59 | - |
| YUV | 216.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 239 | 0.14 | 0.09 | 0 | 0.06 | 218.18 | 0.51 | 0.87 |
| Hex | CE | DA | EF | E | 9 | 0 | 6 | DA | 33 | 57 |
| Octal | 316 | 332 | 357 | 16 | 11 | 0 | 6 | 332 | 63 | 127 |
| Binary | 11001110 | 11011010 | 11101111 | 1110 | 1001 | 0 | 110 | 11011010 | 110011 | 1010111 |
Color Harmonies of #CEDAEF
Complementary color
Monochromatic Colors of #CEDAEF
Black with #CEDAEF
Text Example
Text Example
White with #CEDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAEF; }
p { color: rgb(206,218,239); }
H1.HeaderClassName
{
color: #CEDAEF;
}
.AnyTagClassName
{
color: #CEDAEF;
}
</style>
background-color css
<style>
a { background-color: #CEDAEF; }
a { background-color: rgb(206,218,239); }
div.DivClassName
{
background-color: #CEDAEF;
}
.BgClassName
{
background-color: #CEDAEF;
}
</style>
border-color css
<style>
span { border-color: #CEDAEF; }
span { border-color: rgb(206,218,239); }
td.TdClassName
{
border-color: #CEDAEF;
}
.TagClassName
{
border-color: #CEDAEF;
}
</style>