Shades of Hawkes Blue #CEDDFE
Tints of Hawkes Blue #CEDDFE
RGB
CMYK
RGB Variations
Color information
#CEDDFE (or 0xCEDDFE) is known color: Hawkes Blue. HEX triplet: CE, DD and FE. RGB value is (206,221,254). Sum of RGB (Red+Green+Blue) = 206+221+254=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFE is #312201. Grayscale: #DCDCDC. Windows color (decimal): -3219970 or 16702926. OLE color: 16702926.
HSL color Cylindrical-coordinate representation of color #CEDDFE: hue angle of 221.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDDFE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 221 | 254 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.00 |
| HSL | 221.25º | 0.96% | 0.9% | - |
| HSV(B) | 221.25º | 0.19% | 1% | - |
| XYZ | 69.2 | 71.99 | 104.01 | - |
| YUV | 220.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 254 | 0.19 | 0.13 | 0 | 0.00 | 221.25 | 0.96 | 0.9 |
| Hex | CE | DD | FE | 13 | D | 0 | 0 | DD | 60 | 5A |
| Octal | 316 | 335 | 376 | 23 | 15 | 0 | 0 | 335 | 140 | 132 |
| Binary | 11001110 | 11011101 | 11111110 | 10011 | 1101 | 0 | 0 | 11011101 | 1100000 | 1011010 |
Color Harmonies of #CEDDFE
Complementary color
Monochromatic Colors of #CEDDFE
Black with #CEDDFE
Text Example
Text Example
White with #CEDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDFE; }
p { color: rgb(206,221,254); }
H1.HeaderClassName
{
color: #CEDDFE;
}
.AnyTagClassName
{
color: #CEDDFE;
}
</style>
background-color css
<style>
a { background-color: #CEDDFE; }
a { background-color: rgb(206,221,254); }
div.DivClassName
{
background-color: #CEDDFE;
}
.BgClassName
{
background-color: #CEDDFE;
}
</style>
border-color css
<style>
span { border-color: #CEDDFE; }
span { border-color: rgb(206,221,254); }
td.TdClassName
{
border-color: #CEDDFE;
}
.TagClassName
{
border-color: #CEDDFE;
}
</style>