Shades of Oyster Bay #CEF1F2
Tints of Oyster Bay #CEF1F2
RGB
CMYK
RGB Variations
Color information
#CEF1F2 (or 0xCEF1F2) is known color: Oyster Bay. HEX triplet: CE, F1 and F2. RGB value is (206,241,242). Sum of RGB (Red+Green+Blue) = 206+241+242=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1F2 is #310E0D. Grayscale: #E6E6E6. Windows color (decimal): -3214862 or 15921614. OLE color: 15921614.
HSL color Cylindrical-coordinate representation of color #CEF1F2: hue angle of 181.67º degrees, saturation: 0.58, 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 #CEF1F2 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 242 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.05 |
| HSL | 181.67º | 0.58% | 0.88% | - |
| HSV(B) | 181.67º | 0.15% | 0.95% | - |
| XYZ | 72.94 | 82.44 | 96.07 | - |
| YUV | 230.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 242 | 0.15 | 0.00 | 0 | 0.05 | 181.67 | 0.58 | 0.88 |
| Hex | CE | F1 | F2 | F | 0 | 0 | 5 | B6 | 3A | 58 |
| Octal | 316 | 361 | 362 | 17 | 0 | 0 | 5 | 266 | 72 | 130 |
| Binary | 11001110 | 11110001 | 11110010 | 1111 | 0 | 0 | 101 | 10110110 | 111010 | 1011000 |
Color Harmonies of #CEF1F2
Complementary color
Monochromatic Colors of #CEF1F2
Black with #CEF1F2
Text Example
Text Example
White with #CEF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1F2; }
p { color: rgb(206,241,242); }
H1.HeaderClassName
{
color: #CEF1F2;
}
.AnyTagClassName
{
color: #CEF1F2;
}
</style>
background-color css
<style>
a { background-color: #CEF1F2; }
a { background-color: rgb(206,241,242); }
div.DivClassName
{
background-color: #CEF1F2;
}
.BgClassName
{
background-color: #CEF1F2;
}
</style>
border-color css
<style>
span { border-color: #CEF1F2; }
span { border-color: rgb(206,241,242); }
td.TdClassName
{
border-color: #CEF1F2;
}
.TagClassName
{
border-color: #CEF1F2;
}
</style>