Shades of Oyster Bay #CEF1F3
Tints of Oyster Bay #CEF1F3
RGB
CMYK
RGB Variations
Color information
#CEF1F3 (or 0xCEF1F3) is known color: Oyster Bay. HEX triplet: CE, F1 and F3. RGB value is (206,241,243). Sum of RGB (Red+Green+Blue) = 206+241+243=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1F3 is #310E0C. Grayscale: #E6E6E6. Windows color (decimal): -3214861 or 15987150. OLE color: 15987150.
HSL color Cylindrical-coordinate representation of color #CEF1F3: hue angle of 183.24º 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 #CEF1F3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 243 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.05 |
| HSL | 183.24º | 0.61% | 0.88% | - |
| HSV(B) | 183.24º | 0.15% | 0.95% | - |
| XYZ | 73.09 | 82.5 | 96.87 | - |
| YUV | 230.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 243 | 0.15 | 0.01 | 0 | 0.05 | 183.24 | 0.61 | 0.88 |
| Hex | CE | F1 | F3 | F | 1 | 0 | 5 | B7 | 3D | 58 |
| Octal | 316 | 361 | 363 | 17 | 1 | 0 | 5 | 267 | 75 | 130 |
| Binary | 11001110 | 11110001 | 11110011 | 1111 | 1 | 0 | 101 | 10110111 | 111101 | 1011000 |
Color Harmonies of #CEF1F3
Complementary color
Monochromatic Colors of #CEF1F3
Black with #CEF1F3
Text Example
Text Example
White with #CEF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1F3; }
p { color: rgb(206,241,243); }
H1.HeaderClassName
{
color: #CEF1F3;
}
.AnyTagClassName
{
color: #CEF1F3;
}
</style>
background-color css
<style>
a { background-color: #CEF1F3; }
a { background-color: rgb(206,241,243); }
div.DivClassName
{
background-color: #CEF1F3;
}
.BgClassName
{
background-color: #CEF1F3;
}
</style>
border-color css
<style>
span { border-color: #CEF1F3; }
span { border-color: rgb(206,241,243); }
td.TdClassName
{
border-color: #CEF1F3;
}
.TagClassName
{
border-color: #CEF1F3;
}
</style>