Shades of Hawkes Blue #CEDEF8
Tints of Hawkes Blue #CEDEF8
RGB
CMYK
RGB Variations
Color information
#CEDEF8 (or 0xCEDEF8) is known color: Hawkes Blue. HEX triplet: CE, DE and F8. RGB value is (206,222,248). Sum of RGB (Red+Green+Blue) = 206+222+248=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEF8 is #312107. Grayscale: #DCDCDC. Windows color (decimal): -3219720 or 16309966. OLE color: 16309966.
HSL color Cylindrical-coordinate representation of color #CEDEF8: hue angle of 217.14º 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 #CEDEF8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 222 | 248 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.03 |
| HSL | 217.14º | 0.75% | 0.89% | - |
| HSV(B) | 217.14º | 0.17% | 0.97% | - |
| XYZ | 68.52 | 72.14 | 99.12 | - |
| YUV | 220.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 248 | 0.17 | 0.10 | 0 | 0.03 | 217.14 | 0.75 | 0.89 |
| Hex | CE | DE | F8 | 11 | A | 0 | 3 | D9 | 4B | 59 |
| Octal | 316 | 336 | 370 | 21 | 12 | 0 | 3 | 331 | 113 | 131 |
| Binary | 11001110 | 11011110 | 11111000 | 10001 | 1010 | 0 | 11 | 11011001 | 1001011 | 1011001 |
Color Harmonies of #CEDEF8
Complementary color
Monochromatic Colors of #CEDEF8
Black with #CEDEF8
Text Example
Text Example
White with #CEDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEF8; }
p { color: rgb(206,222,248); }
H1.HeaderClassName
{
color: #CEDEF8;
}
.AnyTagClassName
{
color: #CEDEF8;
}
</style>
background-color css
<style>
a { background-color: #CEDEF8; }
a { background-color: rgb(206,222,248); }
div.DivClassName
{
background-color: #CEDEF8;
}
.BgClassName
{
background-color: #CEDEF8;
}
</style>
border-color css
<style>
span { border-color: #CEDEF8; }
span { border-color: rgb(206,222,248); }
td.TdClassName
{
border-color: #CEDEF8;
}
.TagClassName
{
border-color: #CEDEF8;
}
</style>