Shades of Oyster Bay #CEF0F0
Tints of Oyster Bay #CEF0F0
RGB
CMYK
RGB Variations
Color information
#CEF0F0 (or 0xCEF0F0) is known color: Oyster Bay. HEX triplet: CE, F0 and F0. RGB value is (206,240,240). Sum of RGB (Red+Green+Blue) = 206+240+240=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #CEF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0F0 is #310F0F. Grayscale: #E5E5E5. Windows color (decimal): -3215120 or 15790286. OLE color: 15790286.
HSL color Cylindrical-coordinate representation of color #CEF0F0: hue angle of 180º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0F0 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 240 | - |
| CMYK | 0.14 | 0 | 0 | 0.06 |
| HSL | 180º | 0.53% | 0.87% | - |
| HSV(B) | 180º | 0.14% | 0.94% | - |
| XYZ | 72.34 | 81.73 | 94.4 | - |
| YUV | 229.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 240 | 0.14 | 0 | 0 | 0.06 | 180 | 0.53 | 0.87 |
| Hex | CE | F0 | F0 | E | 0 | 0 | 6 | B4 | 35 | 57 |
| Octal | 316 | 360 | 360 | 16 | 0 | 0 | 6 | 264 | 65 | 127 |
| Binary | 11001110 | 11110000 | 11110000 | 1110 | 0 | 0 | 110 | 10110100 | 110101 | 1010111 |
Color Harmonies of #CEF0F0
Complementary color
Monochromatic Colors of #CEF0F0
Black with #CEF0F0
Text Example
Text Example
White with #CEF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0F0; }
p { color: rgb(206,240,240); }
H1.HeaderClassName
{
color: #CEF0F0;
}
.AnyTagClassName
{
color: #CEF0F0;
}
</style>
background-color css
<style>
a { background-color: #CEF0F0; }
a { background-color: rgb(206,240,240); }
div.DivClassName
{
background-color: #CEF0F0;
}
.BgClassName
{
background-color: #CEF0F0;
}
</style>
border-color css
<style>
span { border-color: #CEF0F0; }
span { border-color: rgb(206,240,240); }
td.TdClassName
{
border-color: #CEF0F0;
}
.TagClassName
{
border-color: #CEF0F0;
}
</style>