Shades of Hawkes Blue #CEDCEF
Tints of Hawkes Blue #CEDCEF
RGB
CMYK
RGB Variations
Color information
#CEDCEF (or 0xCEDCEF) is known color: Hawkes Blue. HEX triplet: CE, DC and EF. RGB value is (206,220,239). Sum of RGB (Red+Green+Blue) = 206+220+239=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEF is #312310. Grayscale: #D9D9D9. Windows color (decimal): -3220241 or 15719630. OLE color: 15719630.
HSL color Cylindrical-coordinate representation of color #CEDCEF: hue angle of 214.55º 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 #CEDCEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 220 | 239 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.06 |
| HSL | 214.55º | 0.51% | 0.87% | - |
| HSV(B) | 214.55º | 0.14% | 0.94% | - |
| XYZ | 66.63 | 70.54 | 91.77 | - |
| YUV | 217.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 239 | 0.14 | 0.08 | 0 | 0.06 | 214.55 | 0.51 | 0.87 |
| Hex | CE | DC | EF | E | 8 | 0 | 6 | D7 | 33 | 57 |
| Octal | 316 | 334 | 357 | 16 | 10 | 0 | 6 | 327 | 63 | 127 |
| Binary | 11001110 | 11011100 | 11101111 | 1110 | 1000 | 0 | 110 | 11010111 | 110011 | 1010111 |
Color Harmonies of #CEDCEF
Complementary color
Monochromatic Colors of #CEDCEF
Black with #CEDCEF
Text Example
Text Example
White with #CEDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCEF; }
p { color: rgb(206,220,239); }
H1.HeaderClassName
{
color: #CEDCEF;
}
.AnyTagClassName
{
color: #CEDCEF;
}
</style>
background-color css
<style>
a { background-color: #CEDCEF; }
a { background-color: rgb(206,220,239); }
div.DivClassName
{
background-color: #CEDCEF;
}
.BgClassName
{
background-color: #CEDCEF;
}
</style>
border-color css
<style>
span { border-color: #CEDCEF; }
span { border-color: rgb(206,220,239); }
td.TdClassName
{
border-color: #CEDCEF;
}
.TagClassName
{
border-color: #CEDCEF;
}
</style>