Shades of Hawkes Blue #CEDAFB
Tints of Hawkes Blue #CEDAFB
RGB
CMYK
RGB Variations
Color information
#CEDAFB (or 0xCEDAFB) is known color: Hawkes Blue. HEX triplet: CE, DA and FB. RGB value is (206,218,251). Sum of RGB (Red+Green+Blue) = 206+218+251=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFB is #312504. Grayscale: #DADADA. Windows color (decimal): -3220741 or 16505550. OLE color: 16505550.
HSL color Cylindrical-coordinate representation of color #CEDAFB: hue angle of 224º 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 #CEDAFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 218 | 251 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 224º | 0.85% | 0.9% | - |
| HSV(B) | 224º | 0.18% | 0.98% | - |
| XYZ | 67.94 | 70.23 | 101.24 | - |
| YUV | 218.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 251 | 0.18 | 0.13 | 0 | 0.02 | 224 | 0.85 | 0.9 |
| Hex | CE | DA | FB | 12 | D | 0 | 2 | E0 | 55 | 5A |
| Octal | 316 | 332 | 373 | 22 | 15 | 0 | 2 | 340 | 125 | 132 |
| Binary | 11001110 | 11011010 | 11111011 | 10010 | 1101 | 0 | 10 | 11100000 | 1010101 | 1011010 |
Color Harmonies of #CEDAFB
Complementary color
Monochromatic Colors of #CEDAFB
Black with #CEDAFB
Text Example
Text Example
White with #CEDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAFB; }
p { color: rgb(206,218,251); }
H1.HeaderClassName
{
color: #CEDAFB;
}
.AnyTagClassName
{
color: #CEDAFB;
}
</style>
background-color css
<style>
a { background-color: #CEDAFB; }
a { background-color: rgb(206,218,251); }
div.DivClassName
{
background-color: #CEDAFB;
}
.BgClassName
{
background-color: #CEDAFB;
}
</style>
border-color css
<style>
span { border-color: #CEDAFB; }
span { border-color: rgb(206,218,251); }
td.TdClassName
{
border-color: #CEDAFB;
}
.TagClassName
{
border-color: #CEDAFB;
}
</style>