Shades of Hawkes Blue #CEDBFE
Tints of Hawkes Blue #CEDBFE
RGB
CMYK
RGB Variations
Color information
#CEDBFE (or 0xCEDBFE) is known color: Hawkes Blue. HEX triplet: CE, DB and FE. RGB value is (206,219,254). Sum of RGB (Red+Green+Blue) = 206+219+254=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBFE is #312401. Grayscale: #DADADA. Windows color (decimal): -3220482 or 16702414. OLE color: 16702414.
HSL color Cylindrical-coordinate representation of color #CEDBFE: hue angle of 223.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 #CEDBFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 219 | 254 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.00 |
| HSL | 223.75º | 0.96% | 0.9% | - |
| HSV(B) | 223.75º | 0.19% | 1% | - |
| XYZ | 68.67 | 70.94 | 103.84 | - |
| YUV | 219.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 254 | 0.19 | 0.14 | 0 | 0.00 | 223.75 | 0.96 | 0.9 |
| Hex | CE | DB | FE | 13 | E | 0 | 0 | E0 | 60 | 5A |
| Octal | 316 | 333 | 376 | 23 | 16 | 0 | 0 | 340 | 140 | 132 |
| Binary | 11001110 | 11011011 | 11111110 | 10011 | 1110 | 0 | 0 | 11100000 | 1100000 | 1011010 |
Color Harmonies of #CEDBFE
Complementary color
Monochromatic Colors of #CEDBFE
Black with #CEDBFE
Text Example
Text Example
White with #CEDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBFE; }
p { color: rgb(206,219,254); }
H1.HeaderClassName
{
color: #CEDBFE;
}
.AnyTagClassName
{
color: #CEDBFE;
}
</style>
background-color css
<style>
a { background-color: #CEDBFE; }
a { background-color: rgb(206,219,254); }
div.DivClassName
{
background-color: #CEDBFE;
}
.BgClassName
{
background-color: #CEDBFE;
}
</style>
border-color css
<style>
span { border-color: #CEDBFE; }
span { border-color: rgb(206,219,254); }
td.TdClassName
{
border-color: #CEDBFE;
}
.TagClassName
{
border-color: #CEDBFE;
}
</style>