Shades of Hawkes Blue #CEDBF2
Tints of Hawkes Blue #CEDBF2
RGB
CMYK
RGB Variations
Color information
#CEDBF2 (or 0xCEDBF2) is known color: Hawkes Blue. HEX triplet: CE, DB and F2. RGB value is (206,219,242). Sum of RGB (Red+Green+Blue) = 206+219+242=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF2 is #31240D. Grayscale: #D9D9D9. Windows color (decimal): -3220494 or 15915982. OLE color: 15915982.
HSL color Cylindrical-coordinate representation of color #CEDBF2: hue angle of 218.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDBF2 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 219 | 242 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 218.33º | 0.58% | 0.88% | - |
| HSV(B) | 218.33º | 0.15% | 0.95% | - |
| XYZ | 66.81 | 70.2 | 94.03 | - |
| YUV | 217.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 242 | 0.15 | 0.10 | 0 | 0.05 | 218.33 | 0.58 | 0.88 |
| Hex | CE | DB | F2 | F | A | 0 | 5 | DA | 3A | 58 |
| Octal | 316 | 333 | 362 | 17 | 12 | 0 | 5 | 332 | 72 | 130 |
| Binary | 11001110 | 11011011 | 11110010 | 1111 | 1010 | 0 | 101 | 11011010 | 111010 | 1011000 |
Color Harmonies of #CEDBF2
Complementary color
Monochromatic Colors of #CEDBF2
Black with #CEDBF2
Text Example
Text Example
White with #CEDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBF2; }
p { color: rgb(206,219,242); }
H1.HeaderClassName
{
color: #CEDBF2;
}
.AnyTagClassName
{
color: #CEDBF2;
}
</style>
background-color css
<style>
a { background-color: #CEDBF2; }
a { background-color: rgb(206,219,242); }
div.DivClassName
{
background-color: #CEDBF2;
}
.BgClassName
{
background-color: #CEDBF2;
}
</style>
border-color css
<style>
span { border-color: #CEDBF2; }
span { border-color: rgb(206,219,242); }
td.TdClassName
{
border-color: #CEDBF2;
}
.TagClassName
{
border-color: #CEDBF2;
}
</style>