Shades of Oyster Bay #CEF8F7
Tints of Oyster Bay #CEF8F7
RGB
CMYK
RGB Variations
Color information
#CEF8F7 (or 0xCEF8F7) is known color: Oyster Bay. HEX triplet: CE, F8 and F7. RGB value is (206,248,247). Sum of RGB (Red+Green+Blue) = 206+248+247=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8F7 is #310708. Grayscale: #EBEBEB. Windows color (decimal): -3213065 or 16251086. OLE color: 16251086.
HSL color Cylindrical-coordinate representation of color #CEF8F7: hue angle of 178.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8F7 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 247 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.03 |
| HSL | 178.57º | 0.75% | 0.89% | - |
| HSV(B) | 178.57º | 0.17% | 0.97% | - |
| XYZ | 75.81 | 86.97 | 100.79 | - |
| YUV | 235.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 247 | 0.17 | 0 | 0.00 | 0.03 | 178.57 | 0.75 | 0.89 |
| Hex | CE | F8 | F7 | 11 | 0 | 0 | 3 | B3 | 4B | 59 |
| Octal | 316 | 370 | 367 | 21 | 0 | 0 | 3 | 263 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11110111 | 10001 | 0 | 0 | 11 | 10110011 | 1001011 | 1011001 |
Color Harmonies of #CEF8F7
Complementary color
Monochromatic Colors of #CEF8F7
Black with #CEF8F7
Text Example
Text Example
White with #CEF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8F7; }
p { color: rgb(206,248,247); }
H1.HeaderClassName
{
color: #CEF8F7;
}
.AnyTagClassName
{
color: #CEF8F7;
}
</style>
background-color css
<style>
a { background-color: #CEF8F7; }
a { background-color: rgb(206,248,247); }
div.DivClassName
{
background-color: #CEF8F7;
}
.BgClassName
{
background-color: #CEF8F7;
}
</style>
border-color css
<style>
span { border-color: #CEF8F7; }
span { border-color: rgb(206,248,247); }
td.TdClassName
{
border-color: #CEF8F7;
}
.TagClassName
{
border-color: #CEF8F7;
}
</style>