Shades of Hawkes Blue #CEDDFB
Tints of Hawkes Blue #CEDDFB
RGB
CMYK
RGB Variations
Color information
#CEDDFB (or 0xCEDDFB) is known color: Hawkes Blue. HEX triplet: CE, DD and FB. RGB value is (206,221,251). Sum of RGB (Red+Green+Blue) = 206+221+251=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFB is #312204. Grayscale: #DBDBDB. Windows color (decimal): -3219973 or 16506318. OLE color: 16506318.
HSL color Cylindrical-coordinate representation of color #CEDDFB: hue angle of 220º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDDFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 221 | 251 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.02 |
| HSL | 220º | 0.85% | 0.9% | - |
| HSV(B) | 220º | 0.18% | 0.98% | - |
| XYZ | 68.72 | 71.8 | 101.5 | - |
| YUV | 219.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 251 | 0.18 | 0.12 | 0 | 0.02 | 220 | 0.85 | 0.9 |
| Hex | CE | DD | FB | 12 | C | 0 | 2 | DC | 55 | 5A |
| Octal | 316 | 335 | 373 | 22 | 14 | 0 | 2 | 334 | 125 | 132 |
| Binary | 11001110 | 11011101 | 11111011 | 10010 | 1100 | 0 | 10 | 11011100 | 1010101 | 1011010 |
Color Harmonies of #CEDDFB
Complementary color
Monochromatic Colors of #CEDDFB
Black with #CEDDFB
Text Example
Text Example
White with #CEDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDFB; }
p { color: rgb(206,221,251); }
H1.HeaderClassName
{
color: #CEDDFB;
}
.AnyTagClassName
{
color: #CEDDFB;
}
</style>
background-color css
<style>
a { background-color: #CEDDFB; }
a { background-color: rgb(206,221,251); }
div.DivClassName
{
background-color: #CEDDFB;
}
.BgClassName
{
background-color: #CEDDFB;
}
</style>
border-color css
<style>
span { border-color: #CEDDFB; }
span { border-color: rgb(206,221,251); }
td.TdClassName
{
border-color: #CEDDFB;
}
.TagClassName
{
border-color: #CEDDFB;
}
</style>