Shades of Oyster Bay #CFECEF
Tints of Oyster Bay #CFECEF
RGB
CMYK
RGB Variations
Color information
#CFECEF (or 0xCFECEF) is known color: Oyster Bay. HEX triplet: CF, EC and EF. RGB value is (207,236,239). Sum of RGB (Red+Green+Blue) = 207+236+239=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECEF is #301310. Grayscale: #E3E3E3. Windows color (decimal): -3150609 or 15723727. OLE color: 15723727.
HSL color Cylindrical-coordinate representation of color #CFECEF: hue angle of 185.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFECEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 236 | 239 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.06 |
| HSL | 185.63º | 0.5% | 0.87% | - |
| HSV(B) | 185.63º | 0.13% | 0.94% | - |
| XYZ | 71.31 | 79.49 | 93.25 | - |
| YUV | 227.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 239 | 0.13 | 0.01 | 0 | 0.06 | 185.63 | 0.5 | 0.87 |
| Hex | CF | EC | EF | D | 1 | 0 | 6 | BA | 32 | 57 |
| Octal | 317 | 354 | 357 | 15 | 1 | 0 | 6 | 272 | 62 | 127 |
| Binary | 11001111 | 11101100 | 11101111 | 1101 | 1 | 0 | 110 | 10111010 | 110010 | 1010111 |
Color Harmonies of #CFECEF
Complementary color
Monochromatic Colors of #CFECEF
Black with #CFECEF
Text Example
Text Example
White with #CFECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECEF; }
p { color: rgb(207,236,239); }
H1.HeaderClassName
{
color: #CFECEF;
}
.AnyTagClassName
{
color: #CFECEF;
}
</style>
background-color css
<style>
a { background-color: #CFECEF; }
a { background-color: rgb(207,236,239); }
div.DivClassName
{
background-color: #CFECEF;
}
.BgClassName
{
background-color: #CFECEF;
}
</style>
border-color css
<style>
span { border-color: #CFECEF; }
span { border-color: rgb(207,236,239); }
td.TdClassName
{
border-color: #CFECEF;
}
.TagClassName
{
border-color: #CFECEF;
}
</style>