Shades of Oyster Bay #CFF0F6
Tints of Oyster Bay #CFF0F6
RGB
CMYK
RGB Variations
Color information
#CFF0F6 (or 0xCFF0F6) is known color: Oyster Bay. HEX triplet: CF, F0 and F6. RGB value is (207,240,246). Sum of RGB (Red+Green+Blue) = 207+240+246=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0F6 is #300F09. Grayscale: #E6E6E6. Windows color (decimal): -3149578 or 16183503. OLE color: 16183503.
HSL color Cylindrical-coordinate representation of color #CFF0F6: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF0F6 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 240 | 246 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.04 |
| HSL | 189.23º | 0.68% | 0.89% | - |
| HSV(B) | 189.23º | 0.16% | 0.96% | - |
| XYZ | 73.53 | 82.24 | 99.19 | - |
| YUV | 230.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 246 | 0.16 | 0.02 | 0 | 0.04 | 189.23 | 0.68 | 0.89 |
| Hex | CF | F0 | F6 | 10 | 2 | 0 | 4 | BD | 44 | 59 |
| Octal | 317 | 360 | 366 | 20 | 2 | 0 | 4 | 275 | 104 | 131 |
| Binary | 11001111 | 11110000 | 11110110 | 10000 | 10 | 0 | 100 | 10111101 | 1000100 | 1011001 |
Color Harmonies of #CFF0F6
Complementary color
Monochromatic Colors of #CFF0F6
Black with #CFF0F6
Text Example
Text Example
White with #CFF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0F6; }
p { color: rgb(207,240,246); }
H1.HeaderClassName
{
color: #CFF0F6;
}
.AnyTagClassName
{
color: #CFF0F6;
}
</style>
background-color css
<style>
a { background-color: #CFF0F6; }
a { background-color: rgb(207,240,246); }
div.DivClassName
{
background-color: #CFF0F6;
}
.BgClassName
{
background-color: #CFF0F6;
}
</style>
border-color css
<style>
span { border-color: #CFF0F6; }
span { border-color: rgb(207,240,246); }
td.TdClassName
{
border-color: #CFF0F6;
}
.TagClassName
{
border-color: #CFF0F6;
}
</style>