Shades of Oyster Bay #CFF0EF
Tints of Oyster Bay #CFF0EF
RGB
CMYK
RGB Variations
Color information
#CFF0EF (or 0xCFF0EF) is known color: Oyster Bay. HEX triplet: CF, F0 and EF. RGB value is (207,240,239). Sum of RGB (Red+Green+Blue) = 207+240+239=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EF is #300F10. Grayscale: #E5E5E5. Windows color (decimal): -3149585 or 15724751. OLE color: 15724751.
HSL color Cylindrical-coordinate representation of color #CFF0EF: hue angle of 178.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0EF is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 239 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.06 |
| HSL | 178.18º | 0.52% | 0.88% | - |
| HSV(B) | 178.18º | 0.14% | 0.94% | - |
| XYZ | 72.47 | 81.82 | 93.63 | - |
| YUV | 230.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 239 | 0.14 | 0 | 0.00 | 0.06 | 178.18 | 0.52 | 0.88 |
| Hex | CF | F0 | EF | E | 0 | 0 | 6 | B2 | 34 | 58 |
| Octal | 317 | 360 | 357 | 16 | 0 | 0 | 6 | 262 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11101111 | 1110 | 0 | 0 | 110 | 10110010 | 110100 | 1011000 |
Color Harmonies of #CFF0EF
Complementary color
Monochromatic Colors of #CFF0EF
Black with #CFF0EF
Text Example
Text Example
White with #CFF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0EF; }
p { color: rgb(207,240,239); }
H1.HeaderClassName
{
color: #CFF0EF;
}
.AnyTagClassName
{
color: #CFF0EF;
}
</style>
background-color css
<style>
a { background-color: #CFF0EF; }
a { background-color: rgb(207,240,239); }
div.DivClassName
{
background-color: #CFF0EF;
}
.BgClassName
{
background-color: #CFF0EF;
}
</style>
border-color css
<style>
span { border-color: #CFF0EF; }
span { border-color: rgb(207,240,239); }
td.TdClassName
{
border-color: #CFF0EF;
}
.TagClassName
{
border-color: #CFF0EF;
}
</style>