Shades of Hawkes Blue #CED9E9
Tints of Hawkes Blue #CED9E9
RGB
CMYK
RGB Variations
Color information
#CED9E9 (or 0xCED9E9) is known color: Hawkes Blue. HEX triplet: CE, D9 and E9. RGB value is (206,217,233). Sum of RGB (Red+Green+Blue) = 206+217+233=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9E9 is #312616. Grayscale: #D7D7D7. Windows color (decimal): -3221015 or 15325646. OLE color: 15325646.
HSL color Cylindrical-coordinate representation of color #CED9E9: hue angle of 215.56º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED9E9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 217 | 233 | - |
CMYK | 0.12 | 0.07 | 0 | 0.09 |
HSL | 215.56º | 0.38% | 0.86% | - |
HSV(B) | 215.56º | 0.12% | 0.91% | - |
XYZ | 64.97 | 68.63 | 86.91 | - |
YUV | 215.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 233 | 0.12 | 0.07 | 0 | 0.09 | 215.56 | 0.38 | 0.86 |
Hex | CE | D9 | E9 | C | 7 | 0 | 9 | D8 | 26 | 56 |
Octal | 316 | 331 | 351 | 14 | 7 | 0 | 11 | 330 | 46 | 126 |
Binary | 11001110 | 11011001 | 11101001 | 1100 | 111 | 0 | 1001 | 11011000 | 100110 | 1010110 |
Color Harmonies of #CED9E9
Complementary color
Monochromatic Colors of #CED9E9
Black with #CED9E9
Text Example
Text Example
White with #CED9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9E9; }
p { color: rgb(206,217,233); }
H1.HeaderClassName
{
color: #CED9E9;
}
.AnyTagClassName
{
color: #CED9E9;
}
</style>
background-color css
<style>
a { background-color: #CED9E9; }
a { background-color: rgb(206,217,233); }
div.DivClassName
{
background-color: #CED9E9;
}
.BgClassName
{
background-color: #CED9E9;
}
</style>
border-color css
<style>
span { border-color: #CED9E9; }
span { border-color: rgb(206,217,233); }
td.TdClassName
{
border-color: #CED9E9;
}
.TagClassName
{
border-color: #CED9E9;
}
</style>