Shades of Oyster Bay #CEE9EC
Tints of Oyster Bay #CEE9EC
RGB
CMYK
RGB Variations
Color information
#CEE9EC (or 0xCEE9EC) is known color: Oyster Bay. HEX triplet: CE, E9 and EC. RGB value is (206,233,236). Sum of RGB (Red+Green+Blue) = 206+233+236=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9EC is #311613. Grayscale: #E1E1E1. Windows color (decimal): -3216916 or 15526350. OLE color: 15526350.
HSL color Cylindrical-coordinate representation of color #CEE9EC: hue angle of 186º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE9EC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 233 | 236 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 186º | 0.44% | 0.87% | - |
| HSV(B) | 186º | 0.13% | 0.93% | - |
| XYZ | 69.73 | 77.46 | 90.63 | - |
| YUV | 225.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 236 | 0.13 | 0.01 | 0 | 0.07 | 186 | 0.44 | 0.87 |
| Hex | CE | E9 | EC | D | 1 | 0 | 7 | BA | 2C | 57 |
| Octal | 316 | 351 | 354 | 15 | 1 | 0 | 7 | 272 | 54 | 127 |
| Binary | 11001110 | 11101001 | 11101100 | 1101 | 1 | 0 | 111 | 10111010 | 101100 | 1010111 |
Color Harmonies of #CEE9EC
Complementary color
Monochromatic Colors of #CEE9EC
Black with #CEE9EC
Text Example
Text Example
White with #CEE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9EC; }
p { color: rgb(206,233,236); }
H1.HeaderClassName
{
color: #CEE9EC;
}
.AnyTagClassName
{
color: #CEE9EC;
}
</style>
background-color css
<style>
a { background-color: #CEE9EC; }
a { background-color: rgb(206,233,236); }
div.DivClassName
{
background-color: #CEE9EC;
}
.BgClassName
{
background-color: #CEE9EC;
}
</style>
border-color css
<style>
span { border-color: #CEE9EC; }
span { border-color: rgb(206,233,236); }
td.TdClassName
{
border-color: #CEE9EC;
}
.TagClassName
{
border-color: #CEE9EC;
}
</style>