Shades of Oyster Bay #CEF0F3
Tints of Oyster Bay #CEF0F3
RGB
CMYK
RGB Variations
Color information
#CEF0F3 (or 0xCEF0F3) is known color: Oyster Bay. HEX triplet: CE, F0 and F3. RGB value is (206,240,243). Sum of RGB (Red+Green+Blue) = 206+240+243=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0F3 is #310F0C. Grayscale: #E6E6E6. Windows color (decimal): -3215117 or 15986894. OLE color: 15986894.
HSL color Cylindrical-coordinate representation of color #CEF0F3: hue angle of 184.86º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF0F3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 240 | 243 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.05 |
| HSL | 184.86º | 0.61% | 0.88% | - |
| HSV(B) | 184.86º | 0.15% | 0.95% | - |
| XYZ | 72.79 | 81.91 | 96.77 | - |
| YUV | 230.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 243 | 0.15 | 0.01 | 0 | 0.05 | 184.86 | 0.61 | 0.88 |
| Hex | CE | F0 | F3 | F | 1 | 0 | 5 | B9 | 3D | 58 |
| Octal | 316 | 360 | 363 | 17 | 1 | 0 | 5 | 271 | 75 | 130 |
| Binary | 11001110 | 11110000 | 11110011 | 1111 | 1 | 0 | 101 | 10111001 | 111101 | 1011000 |
Color Harmonies of #CEF0F3
Complementary color
Monochromatic Colors of #CEF0F3
Black with #CEF0F3
Text Example
Text Example
White with #CEF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0F3; }
p { color: rgb(206,240,243); }
H1.HeaderClassName
{
color: #CEF0F3;
}
.AnyTagClassName
{
color: #CEF0F3;
}
</style>
background-color css
<style>
a { background-color: #CEF0F3; }
a { background-color: rgb(206,240,243); }
div.DivClassName
{
background-color: #CEF0F3;
}
.BgClassName
{
background-color: #CEF0F3;
}
</style>
border-color css
<style>
span { border-color: #CEF0F3; }
span { border-color: rgb(206,240,243); }
td.TdClassName
{
border-color: #CEF0F3;
}
.TagClassName
{
border-color: #CEF0F3;
}
</style>