Shades of Hawkes Blue #CEDDF6
Tints of Hawkes Blue #CEDDF6
RGB
CMYK
RGB Variations
Color information
#CEDDF6 (or 0xCEDDF6) is known color: Hawkes Blue. HEX triplet: CE, DD and F6. RGB value is (206,221,246). Sum of RGB (Red+Green+Blue) = 206+221+246=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF6 is #312209. Grayscale: #DBDBDB. Windows color (decimal): -3219978 or 16178638. OLE color: 16178638.
HSL color Cylindrical-coordinate representation of color #CEDDF6: hue angle of 217.5º 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 #CEDDF6 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 206 | 221 | 246 | - |
CMYK | 0.16 | 0.10 | 0 | 0.04 |
HSL | 217.5º | 0.69% | 0.89% | - |
HSV(B) | 217.5º | 0.16% | 0.96% | - |
XYZ | 67.94 | 71.49 | 97.41 | - |
YUV | 219.37 | 143.03 | 118.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 246 | 0.16 | 0.10 | 0 | 0.04 | 217.5 | 0.69 | 0.89 |
Hex | CE | DD | F6 | 10 | A | 0 | 4 | DA | 45 | 59 |
Octal | 316 | 335 | 366 | 20 | 12 | 0 | 4 | 332 | 105 | 131 |
Binary | 11001110 | 11011101 | 11110110 | 10000 | 1010 | 0 | 100 | 11011010 | 1000101 | 1011001 |
Color Harmonies of #CEDDF6
Complementary color
Monochromatic Colors of #CEDDF6
Black with #CEDDF6
Text Example
Text Example
White with #CEDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDF6; }
p { color: rgb(206,221,246); }
H1.HeaderClassName
{
color: #CEDDF6;
}
.AnyTagClassName
{
color: #CEDDF6;
}
</style>
background-color css
<style>
a { background-color: #CEDDF6; }
a { background-color: rgb(206,221,246); }
div.DivClassName
{
background-color: #CEDDF6;
}
.BgClassName
{
background-color: #CEDDF6;
}
</style>
border-color css
<style>
span { border-color: #CEDDF6; }
span { border-color: rgb(206,221,246); }
td.TdClassName
{
border-color: #CEDDF6;
}
.TagClassName
{
border-color: #CEDDF6;
}
</style>