Shades of Hawkes Blue #CEDDEF
Tints of Hawkes Blue #CEDDEF
RGB
CMYK
RGB Variations
Color information
#CEDDEF (or 0xCEDDEF) is known color: Hawkes Blue. HEX triplet: CE, DD and EF. RGB value is (206,221,239). Sum of RGB (Red+Green+Blue) = 206+221+239=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDEF is #312210. Grayscale: #DADADA. Windows color (decimal): -3219985 or 15719886. OLE color: 15719886.
HSL color Cylindrical-coordinate representation of color #CEDDEF: hue angle of 212.73º 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 #CEDDEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 221 | 239 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.06 |
| HSL | 212.73º | 0.51% | 0.87% | - |
| HSV(B) | 212.73º | 0.14% | 0.94% | - |
| XYZ | 66.89 | 71.07 | 91.85 | - |
| YUV | 218.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 239 | 0.14 | 0.08 | 0 | 0.06 | 212.73 | 0.51 | 0.87 |
| Hex | CE | DD | EF | E | 8 | 0 | 6 | D5 | 33 | 57 |
| Octal | 316 | 335 | 357 | 16 | 10 | 0 | 6 | 325 | 63 | 127 |
| Binary | 11001110 | 11011101 | 11101111 | 1110 | 1000 | 0 | 110 | 11010101 | 110011 | 1010111 |
Color Harmonies of #CEDDEF
Complementary color
Monochromatic Colors of #CEDDEF
Black with #CEDDEF
Text Example
Text Example
White with #CEDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDEF; }
p { color: rgb(206,221,239); }
H1.HeaderClassName
{
color: #CEDDEF;
}
.AnyTagClassName
{
color: #CEDDEF;
}
</style>
background-color css
<style>
a { background-color: #CEDDEF; }
a { background-color: rgb(206,221,239); }
div.DivClassName
{
background-color: #CEDDEF;
}
.BgClassName
{
background-color: #CEDDEF;
}
</style>
border-color css
<style>
span { border-color: #CEDDEF; }
span { border-color: rgb(206,221,239); }
td.TdClassName
{
border-color: #CEDDEF;
}
.TagClassName
{
border-color: #CEDDEF;
}
</style>