Shades of Hawkes Blue #CEDCFD
Tints of Hawkes Blue #CEDCFD
RGB
CMYK
RGB Variations
Color information
#CEDCFD (or 0xCEDCFD) is known color: Hawkes Blue. HEX triplet: CE, DC and FD. RGB value is (206,220,253). Sum of RGB (Red+Green+Blue) = 206+220+253=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCFD is #312302. Grayscale: #DBDBDB. Windows color (decimal): -3220227 or 16637134. OLE color: 16637134.
HSL color Cylindrical-coordinate representation of color #CEDCFD: hue angle of 222.13º 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 #CEDCFD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 220 | 253 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 222.13º | 0.92% | 0.9% | - |
| HSV(B) | 222.13º | 0.19% | 0.99% | - |
| XYZ | 68.78 | 71.4 | 103.09 | - |
| YUV | 219.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 253 | 0.19 | 0.13 | 0 | 0.01 | 222.13 | 0.92 | 0.9 |
| Hex | CE | DC | FD | 13 | D | 0 | 1 | DE | 5C | 5A |
| Octal | 316 | 334 | 375 | 23 | 15 | 0 | 1 | 336 | 134 | 132 |
| Binary | 11001110 | 11011100 | 11111101 | 10011 | 1101 | 0 | 1 | 11011110 | 1011100 | 1011010 |
Color Harmonies of #CEDCFD
Complementary color
Monochromatic Colors of #CEDCFD
Black with #CEDCFD
Text Example
Text Example
White with #CEDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCFD; }
p { color: rgb(206,220,253); }
H1.HeaderClassName
{
color: #CEDCFD;
}
.AnyTagClassName
{
color: #CEDCFD;
}
</style>
background-color css
<style>
a { background-color: #CEDCFD; }
a { background-color: rgb(206,220,253); }
div.DivClassName
{
background-color: #CEDCFD;
}
.BgClassName
{
background-color: #CEDCFD;
}
</style>
border-color css
<style>
span { border-color: #CEDCFD; }
span { border-color: rgb(206,220,253); }
td.TdClassName
{
border-color: #CEDCFD;
}
.TagClassName
{
border-color: #CEDCFD;
}
</style>