Shades of Oyster Bay #CEF1F0
Tints of Oyster Bay #CEF1F0
RGB
CMYK
RGB Variations
Color information
#CEF1F0 (or 0xCEF1F0) is known color: Oyster Bay. HEX triplet: CE, F1 and F0. RGB value is (206,241,240). Sum of RGB (Red+Green+Blue) = 206+241+240=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1F0 is #310E0F. Grayscale: #E6E6E6. Windows color (decimal): -3214864 or 15790542. OLE color: 15790542.
HSL color Cylindrical-coordinate representation of color #CEF1F0: hue angle of 178.29º degrees, saturation: 0.56, 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 #CEF1F0 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 240 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.05 |
| HSL | 178.29º | 0.56% | 0.88% | - |
| HSV(B) | 178.29º | 0.15% | 0.95% | - |
| XYZ | 72.64 | 82.32 | 94.5 | - |
| YUV | 230.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 240 | 0.15 | 0 | 0.00 | 0.05 | 178.29 | 0.56 | 0.88 |
| Hex | CE | F1 | F0 | F | 0 | 0 | 5 | B2 | 38 | 58 |
| Octal | 316 | 361 | 360 | 17 | 0 | 0 | 5 | 262 | 70 | 130 |
| Binary | 11001110 | 11110001 | 11110000 | 1111 | 0 | 0 | 101 | 10110010 | 111000 | 1011000 |
Color Harmonies of #CEF1F0
Complementary color
Monochromatic Colors of #CEF1F0
Black with #CEF1F0
Text Example
Text Example
White with #CEF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1F0; }
p { color: rgb(206,241,240); }
H1.HeaderClassName
{
color: #CEF1F0;
}
.AnyTagClassName
{
color: #CEF1F0;
}
</style>
background-color css
<style>
a { background-color: #CEF1F0; }
a { background-color: rgb(206,241,240); }
div.DivClassName
{
background-color: #CEF1F0;
}
.BgClassName
{
background-color: #CEF1F0;
}
</style>
border-color css
<style>
span { border-color: #CEF1F0; }
span { border-color: rgb(206,241,240); }
td.TdClassName
{
border-color: #CEF1F0;
}
.TagClassName
{
border-color: #CEF1F0;
}
</style>