Shades of Hawkes Blue #CEDCF1
Tints of Hawkes Blue #CEDCF1
RGB
CMYK
RGB Variations
Color information
#CEDCF1 (or 0xCEDCF1) is known color: Hawkes Blue. HEX triplet: CE, DC and F1. RGB value is (206,220,241). Sum of RGB (Red+Green+Blue) = 206+220+241=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF1 is #31230E. Grayscale: #DADADA. Windows color (decimal): -3220239 or 15850702. OLE color: 15850702.
HSL color Cylindrical-coordinate representation of color #CEDCF1: hue angle of 216º degrees, saturation: 0.56, 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 #CEDCF1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 220 | 241 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.05 |
| HSL | 216º | 0.56% | 0.88% | - |
| HSV(B) | 216º | 0.15% | 0.95% | - |
| XYZ | 66.92 | 70.66 | 93.33 | - |
| YUV | 218.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 241 | 0.15 | 0.09 | 0 | 0.05 | 216 | 0.56 | 0.88 |
| Hex | CE | DC | F1 | F | 9 | 0 | 5 | D8 | 38 | 58 |
| Octal | 316 | 334 | 361 | 17 | 11 | 0 | 5 | 330 | 70 | 130 |
| Binary | 11001110 | 11011100 | 11110001 | 1111 | 1001 | 0 | 101 | 11011000 | 111000 | 1011000 |
Color Harmonies of #CEDCF1
Complementary color
Monochromatic Colors of #CEDCF1
Black with #CEDCF1
Text Example
Text Example
White with #CEDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCF1; }
p { color: rgb(206,220,241); }
H1.HeaderClassName
{
color: #CEDCF1;
}
.AnyTagClassName
{
color: #CEDCF1;
}
</style>
background-color css
<style>
a { background-color: #CEDCF1; }
a { background-color: rgb(206,220,241); }
div.DivClassName
{
background-color: #CEDCF1;
}
.BgClassName
{
background-color: #CEDCF1;
}
</style>
border-color css
<style>
span { border-color: #CEDCF1; }
span { border-color: rgb(206,220,241); }
td.TdClassName
{
border-color: #CEDCF1;
}
.TagClassName
{
border-color: #CEDCF1;
}
</style>