Shades of Hawkes Blue #CEDFFF
Tints of Hawkes Blue #CEDFFF
RGB
CMYK
RGB Variations
Color information
#CEDFFF (or 0xCEDFFF) is known color: Hawkes Blue. HEX triplet: CE, DF and FF. RGB value is (206,223,255). Sum of RGB (Red+Green+Blue) = 206+223+255=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFF is #312000. Grayscale: #DDDDDD. Windows color (decimal): -3219457 or 16768974. OLE color: 16768974.
HSL color Cylindrical-coordinate representation of color #CEDFFF: hue angle of 219.18º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDFFF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 223 | 255 | - |
| CMYK | 0.19 | 0.13 | 0 | 0 |
| HSL | 219.18º | 1% | 0.9% | - |
| HSV(B) | 219.18º | 0.19% | 1% | - |
| XYZ | 69.89 | 73.12 | 105.04 | - |
| YUV | 221.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 255 | 0.19 | 0.13 | 0 | 0 | 219.18 | 1 | 0.9 |
| Hex | CE | DF | FF | 13 | D | 0 | 0 | DB | 64 | 5A |
| Octal | 316 | 337 | 377 | 23 | 15 | 0 | 0 | 333 | 144 | 132 |
| Binary | 11001110 | 11011111 | 11111111 | 10011 | 1101 | 0 | 0 | 11011011 | 1100100 | 1011010 |
Color Harmonies of #CEDFFF
Complementary color
Monochromatic Colors of #CEDFFF
Black with #CEDFFF
Text Example
Text Example
White with #CEDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFFF; }
p { color: rgb(206,223,255); }
H1.HeaderClassName
{
color: #CEDFFF;
}
.AnyTagClassName
{
color: #CEDFFF;
}
</style>
background-color css
<style>
a { background-color: #CEDFFF; }
a { background-color: rgb(206,223,255); }
div.DivClassName
{
background-color: #CEDFFF;
}
.BgClassName
{
background-color: #CEDFFF;
}
</style>
border-color css
<style>
span { border-color: #CEDFFF; }
span { border-color: rgb(206,223,255); }
td.TdClassName
{
border-color: #CEDFFF;
}
.TagClassName
{
border-color: #CEDFFF;
}
</style>