Shades of Hawkes Blue #CEDFFE
Tints of Hawkes Blue #CEDFFE
RGB
CMYK
RGB Variations
Color information
#CEDFFE (or 0xCEDFFE) is known color: Hawkes Blue. HEX triplet: CE, DF and FE. RGB value is (206,223,254). Sum of RGB (Red+Green+Blue) = 206+223+254=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFE is #312001. Grayscale: #DDDDDD. Windows color (decimal): -3219458 or 16703438. OLE color: 16703438.
HSL color Cylindrical-coordinate representation of color #CEDFFE: hue angle of 218.75º 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 #CEDFFE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 223 | 254 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.00 |
| HSL | 218.75º | 0.96% | 0.9% | - |
| HSV(B) | 218.75º | 0.19% | 1% | - |
| XYZ | 69.73 | 73.05 | 104.19 | - |
| YUV | 221.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 254 | 0.19 | 0.12 | 0 | 0.00 | 218.75 | 0.96 | 0.9 |
| Hex | CE | DF | FE | 13 | C | 0 | 0 | DB | 60 | 5A |
| Octal | 316 | 337 | 376 | 23 | 14 | 0 | 0 | 333 | 140 | 132 |
| Binary | 11001110 | 11011111 | 11111110 | 10011 | 1100 | 0 | 0 | 11011011 | 1100000 | 1011010 |
Color Harmonies of #CEDFFE
Complementary color
Monochromatic Colors of #CEDFFE
Black with #CEDFFE
Text Example
Text Example
White with #CEDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFFE; }
p { color: rgb(206,223,254); }
H1.HeaderClassName
{
color: #CEDFFE;
}
.AnyTagClassName
{
color: #CEDFFE;
}
</style>
background-color css
<style>
a { background-color: #CEDFFE; }
a { background-color: rgb(206,223,254); }
div.DivClassName
{
background-color: #CEDFFE;
}
.BgClassName
{
background-color: #CEDFFE;
}
</style>
border-color css
<style>
span { border-color: #CEDFFE; }
span { border-color: rgb(206,223,254); }
td.TdClassName
{
border-color: #CEDFFE;
}
.TagClassName
{
border-color: #CEDFFE;
}
</style>