Shades of Hawkes Blue #CED6E8
Tints of Hawkes Blue #CED6E8
RGB
CMYK
RGB Variations
Color information
#CED6E8 (or 0xCED6E8) is known color: Hawkes Blue. HEX triplet: CE, D6 and E8. RGB value is (206,214,232). Sum of RGB (Red+Green+Blue) = 206+214+232=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6E8 is #312917. Grayscale: #D5D5D5. Windows color (decimal): -3221784 or 15259342. OLE color: 15259342.
HSL color Cylindrical-coordinate representation of color #CED6E8: hue angle of 221.54º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED6E8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 214 | 232 | - |
CMYK | 0.11 | 0.08 | 0 | 0.09 |
HSL | 221.54º | 0.36% | 0.86% | - |
HSV(B) | 221.54º | 0.11% | 0.91% | - |
XYZ | 64.07 | 67.04 | 85.91 | - |
YUV | 213.66 | 138.35 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 232 | 0.11 | 0.08 | 0 | 0.09 | 221.54 | 0.36 | 0.86 |
Hex | CE | D6 | E8 | B | 8 | 0 | 9 | DE | 24 | 56 |
Octal | 316 | 326 | 350 | 13 | 10 | 0 | 11 | 336 | 44 | 126 |
Binary | 11001110 | 11010110 | 11101000 | 1011 | 1000 | 0 | 1001 | 11011110 | 100100 | 1010110 |
Color Harmonies of #CED6E8
Complementary color
Monochromatic Colors of #CED6E8
Black with #CED6E8
Text Example
Text Example
White with #CED6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6E8; }
p { color: rgb(206,214,232); }
H1.HeaderClassName
{
color: #CED6E8;
}
.AnyTagClassName
{
color: #CED6E8;
}
</style>
background-color css
<style>
a { background-color: #CED6E8; }
a { background-color: rgb(206,214,232); }
div.DivClassName
{
background-color: #CED6E8;
}
.BgClassName
{
background-color: #CED6E8;
}
</style>
border-color css
<style>
span { border-color: #CED6E8; }
span { border-color: rgb(206,214,232); }
td.TdClassName
{
border-color: #CED6E8;
}
.TagClassName
{
border-color: #CED6E8;
}
</style>