Shades of Hawkes Blue #CEDAF3
Tints of Hawkes Blue #CEDAF3
RGB
CMYK
RGB Variations
Color information
#CEDAF3 (or 0xCEDAF3) is known color: Hawkes Blue. HEX triplet: CE, DA and F3. RGB value is (206,218,243). Sum of RGB (Red+Green+Blue) = 206+218+243=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF3 is #31250C. Grayscale: #D9D9D9. Windows color (decimal): -3220749 or 15981262. OLE color: 15981262.
HSL color Cylindrical-coordinate representation of color #CEDAF3: hue angle of 220.54º degrees, saturation: 0.61, 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 #CEDAF3 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 218 | 243 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 220.54º | 0.61% | 0.88% | - |
| HSV(B) | 220.54º | 0.15% | 0.95% | - |
| XYZ | 66.7 | 69.74 | 94.74 | - |
| YUV | 217.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 243 | 0.15 | 0.10 | 0 | 0.05 | 220.54 | 0.61 | 0.88 |
| Hex | CE | DA | F3 | F | A | 0 | 5 | DD | 3D | 58 |
| Octal | 316 | 332 | 363 | 17 | 12 | 0 | 5 | 335 | 75 | 130 |
| Binary | 11001110 | 11011010 | 11110011 | 1111 | 1010 | 0 | 101 | 11011101 | 111101 | 1011000 |
Color Harmonies of #CEDAF3
Complementary color
Monochromatic Colors of #CEDAF3
Black with #CEDAF3
Text Example
Text Example
White with #CEDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAF3; }
p { color: rgb(206,218,243); }
H1.HeaderClassName
{
color: #CEDAF3;
}
.AnyTagClassName
{
color: #CEDAF3;
}
</style>
background-color css
<style>
a { background-color: #CEDAF3; }
a { background-color: rgb(206,218,243); }
div.DivClassName
{
background-color: #CEDAF3;
}
.BgClassName
{
background-color: #CEDAF3;
}
</style>
border-color css
<style>
span { border-color: #CEDAF3; }
span { border-color: rgb(206,218,243); }
td.TdClassName
{
border-color: #CEDAF3;
}
.TagClassName
{
border-color: #CEDAF3;
}
</style>