Shades of Hawkes Blue #CEDBFD
Tints of Hawkes Blue #CEDBFD
RGB
CMYK
RGB Variations
Color information
#CEDBFD (or 0xCEDBFD) is known color: Hawkes Blue. HEX triplet: CE, DB and FD. RGB value is (206,219,253). Sum of RGB (Red+Green+Blue) = 206+219+253=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBFD is #312402. Grayscale: #DADADA. Windows color (decimal): -3220483 or 16636878. OLE color: 16636878.
HSL color Cylindrical-coordinate representation of color #CEDBFD: hue angle of 223.4º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDBFD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 219 | 253 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 223.4º | 0.92% | 0.9% | - |
| HSV(B) | 223.4º | 0.19% | 0.99% | - |
| XYZ | 68.51 | 70.88 | 103 | - |
| YUV | 218.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 253 | 0.19 | 0.13 | 0 | 0.01 | 223.4 | 0.92 | 0.9 |
| Hex | CE | DB | FD | 13 | D | 0 | 1 | DF | 5C | 5A |
| Octal | 316 | 333 | 375 | 23 | 15 | 0 | 1 | 337 | 134 | 132 |
| Binary | 11001110 | 11011011 | 11111101 | 10011 | 1101 | 0 | 1 | 11011111 | 1011100 | 1011010 |
Color Harmonies of #CEDBFD
Complementary color
Monochromatic Colors of #CEDBFD
Black with #CEDBFD
Text Example
Text Example
White with #CEDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBFD; }
p { color: rgb(206,219,253); }
H1.HeaderClassName
{
color: #CEDBFD;
}
.AnyTagClassName
{
color: #CEDBFD;
}
</style>
background-color css
<style>
a { background-color: #CEDBFD; }
a { background-color: rgb(206,219,253); }
div.DivClassName
{
background-color: #CEDBFD;
}
.BgClassName
{
background-color: #CEDBFD;
}
</style>
border-color css
<style>
span { border-color: #CEDBFD; }
span { border-color: rgb(206,219,253); }
td.TdClassName
{
border-color: #CEDBFD;
}
.TagClassName
{
border-color: #CEDBFD;
}
</style>