Shades of Hawkes Blue #CEDEF0
Tints of Hawkes Blue #CEDEF0
RGB
CMYK
RGB Variations
Color information
#CEDEF0 (or 0xCEDEF0) is known color: Hawkes Blue. HEX triplet: CE, DE and F0. RGB value is (206,222,240). Sum of RGB (Red+Green+Blue) = 206+222+240=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEF0 is #31210F. Grayscale: #DBDBDB. Windows color (decimal): -3219728 or 15785678. OLE color: 15785678.
HSL color Cylindrical-coordinate representation of color #CEDEF0: hue angle of 211.76º degrees, saturation: 0.53, 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 #CEDEF0 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 222 | 240 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.06 |
| HSL | 211.76º | 0.53% | 0.87% | - |
| HSV(B) | 211.76º | 0.14% | 0.94% | - |
| XYZ | 67.3 | 71.66 | 92.72 | - |
| YUV | 219.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 240 | 0.14 | 0.08 | 0 | 0.06 | 211.76 | 0.53 | 0.87 |
| Hex | CE | DE | F0 | E | 8 | 0 | 6 | D4 | 35 | 57 |
| Octal | 316 | 336 | 360 | 16 | 10 | 0 | 6 | 324 | 65 | 127 |
| Binary | 11001110 | 11011110 | 11110000 | 1110 | 1000 | 0 | 110 | 11010100 | 110101 | 1010111 |
Color Harmonies of #CEDEF0
Complementary color
Monochromatic Colors of #CEDEF0
Black with #CEDEF0
Text Example
Text Example
White with #CEDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEF0; }
p { color: rgb(206,222,240); }
H1.HeaderClassName
{
color: #CEDEF0;
}
.AnyTagClassName
{
color: #CEDEF0;
}
</style>
background-color css
<style>
a { background-color: #CEDEF0; }
a { background-color: rgb(206,222,240); }
div.DivClassName
{
background-color: #CEDEF0;
}
.BgClassName
{
background-color: #CEDEF0;
}
</style>
border-color css
<style>
span { border-color: #CEDEF0; }
span { border-color: rgb(206,222,240); }
td.TdClassName
{
border-color: #CEDEF0;
}
.TagClassName
{
border-color: #CEDEF0;
}
</style>