Shades of Hawkes Blue #CEDCF8
Tints of Hawkes Blue #CEDCF8
RGB
CMYK
RGB Variations
Color information
#CEDCF8 (or 0xCEDCF8) is known color: Hawkes Blue. HEX triplet: CE, DC and F8. RGB value is (206,220,248). Sum of RGB (Red+Green+Blue) = 206+220+248=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF8 is #312307. Grayscale: #DADADA. Windows color (decimal): -3220232 or 16309454. OLE color: 16309454.
HSL color Cylindrical-coordinate representation of color #CEDCF8: hue angle of 220º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDCF8 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 220 | 248 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.03 |
| HSL | 220º | 0.75% | 0.89% | - |
| HSV(B) | 220º | 0.17% | 0.97% | - |
| XYZ | 67.99 | 71.09 | 98.94 | - |
| YUV | 219.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 248 | 0.17 | 0.11 | 0 | 0.03 | 220 | 0.75 | 0.89 |
| Hex | CE | DC | F8 | 11 | B | 0 | 3 | DC | 4B | 59 |
| Octal | 316 | 334 | 370 | 21 | 13 | 0 | 3 | 334 | 113 | 131 |
| Binary | 11001110 | 11011100 | 11111000 | 10001 | 1011 | 0 | 11 | 11011100 | 1001011 | 1011001 |
Color Harmonies of #CEDCF8
Complementary color
Monochromatic Colors of #CEDCF8
Black with #CEDCF8
Text Example
Text Example
White with #CEDCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCF8; }
p { color: rgb(206,220,248); }
H1.HeaderClassName
{
color: #CEDCF8;
}
.AnyTagClassName
{
color: #CEDCF8;
}
</style>
background-color css
<style>
a { background-color: #CEDCF8; }
a { background-color: rgb(206,220,248); }
div.DivClassName
{
background-color: #CEDCF8;
}
.BgClassName
{
background-color: #CEDCF8;
}
</style>
border-color css
<style>
span { border-color: #CEDCF8; }
span { border-color: rgb(206,220,248); }
td.TdClassName
{
border-color: #CEDCF8;
}
.TagClassName
{
border-color: #CEDCF8;
}
</style>