Shades of Hawkes Blue #CED8F6
Tints of Hawkes Blue #CED8F6
RGB
CMYK
RGB Variations
Color information
#CED8F6 (or 0xCED8F6) is known color: Hawkes Blue. HEX triplet: CE, D8 and F6. RGB value is (206,216,246). Sum of RGB (Red+Green+Blue) = 206+216+246=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #CED8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F6 is #312709. Grayscale: #D8D8D8. Windows color (decimal): -3221258 or 16177358. OLE color: 16177358.
HSL color Cylindrical-coordinate representation of color #CED8F6: hue angle of 225º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED8F6 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 206 | 216 | 246 | - |
CMYK | 0.16 | 0.12 | 0 | 0.04 |
HSL | 225º | 0.69% | 0.89% | - |
HSV(B) | 225º | 0.16% | 0.96% | - |
XYZ | 66.64 | 68.89 | 96.97 | - |
YUV | 216.43 | 144.69 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 216 | 246 | 0.16 | 0.12 | 0 | 0.04 | 225 | 0.69 | 0.89 |
Hex | CE | D8 | F6 | 10 | C | 0 | 4 | E1 | 45 | 59 |
Octal | 316 | 330 | 366 | 20 | 14 | 0 | 4 | 341 | 105 | 131 |
Binary | 11001110 | 11011000 | 11110110 | 10000 | 1100 | 0 | 100 | 11100001 | 1000101 | 1011001 |
Color Harmonies of #CED8F6
Complementary color
Monochromatic Colors of #CED8F6
Black with #CED8F6
Text Example
Text Example
White with #CED8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8F6; }
p { color: rgb(206,216,246); }
H1.HeaderClassName
{
color: #CED8F6;
}
.AnyTagClassName
{
color: #CED8F6;
}
</style>
background-color css
<style>
a { background-color: #CED8F6; }
a { background-color: rgb(206,216,246); }
div.DivClassName
{
background-color: #CED8F6;
}
.BgClassName
{
background-color: #CED8F6;
}
</style>
border-color css
<style>
span { border-color: #CED8F6; }
span { border-color: rgb(206,216,246); }
td.TdClassName
{
border-color: #CED8F6;
}
.TagClassName
{
border-color: #CED8F6;
}
</style>