Shades of Hawkes Blue #CED8F4
Tints of Hawkes Blue #CED8F4
RGB
CMYK
RGB Variations
Color information
#CED8F4 (or 0xCED8F4) is known color: Hawkes Blue. HEX triplet: CE, D8 and F4. RGB value is (206,216,244). Sum of RGB (Red+Green+Blue) = 206+216+244=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #CED8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F4 is #31270B. Grayscale: #D8D8D8. Windows color (decimal): -3221260 or 16046286. OLE color: 16046286.
HSL color Cylindrical-coordinate representation of color #CED8F4: hue angle of 224.21º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED8F4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 216 | 244 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.04 |
| HSL | 224.21º | 0.63% | 0.88% | - |
| HSV(B) | 224.21º | 0.16% | 0.96% | - |
| XYZ | 66.34 | 68.77 | 95.36 | - |
| YUV | 216.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 244 | 0.16 | 0.11 | 0 | 0.04 | 224.21 | 0.63 | 0.88 |
| Hex | CE | D8 | F4 | 10 | B | 0 | 4 | E0 | 3F | 58 |
| Octal | 316 | 330 | 364 | 20 | 13 | 0 | 4 | 340 | 77 | 130 |
| Binary | 11001110 | 11011000 | 11110100 | 10000 | 1011 | 0 | 100 | 11100000 | 111111 | 1011000 |
Color Harmonies of #CED8F4
Complementary color
Monochromatic Colors of #CED8F4
Black with #CED8F4
Text Example
Text Example
White with #CED8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8F4; }
p { color: rgb(206,216,244); }
H1.HeaderClassName
{
color: #CED8F4;
}
.AnyTagClassName
{
color: #CED8F4;
}
</style>
background-color css
<style>
a { background-color: #CED8F4; }
a { background-color: rgb(206,216,244); }
div.DivClassName
{
background-color: #CED8F4;
}
.BgClassName
{
background-color: #CED8F4;
}
</style>
border-color css
<style>
span { border-color: #CED8F4; }
span { border-color: rgb(206,216,244); }
td.TdClassName
{
border-color: #CED8F4;
}
.TagClassName
{
border-color: #CED8F4;
}
</style>