Shades of Oyster Bay #CFECEB
Tints of Oyster Bay #CFECEB
RGB
CMYK
RGB Variations
Color information
#CFECEB (or 0xCFECEB) is known color: Oyster Bay. HEX triplet: CF, EC and EB. RGB value is (207,236,235). Sum of RGB (Red+Green+Blue) = 207+236+235=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECEB is #301314. Grayscale: #E3E3E3. Windows color (decimal): -3150613 or 15461583. OLE color: 15461583.
HSL color Cylindrical-coordinate representation of color #CFECEB: hue angle of 177.93º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECEB is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 235 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.07 |
| HSL | 177.93º | 0.43% | 0.87% | - |
| HSV(B) | 177.93º | 0.12% | 0.93% | - |
| XYZ | 70.72 | 79.25 | 90.17 | - |
| YUV | 227.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 235 | 0.12 | 0 | 0.00 | 0.07 | 177.93 | 0.43 | 0.87 |
| Hex | CF | EC | EB | C | 0 | 0 | 7 | B2 | 2B | 57 |
| Octal | 317 | 354 | 353 | 14 | 0 | 0 | 7 | 262 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11101011 | 1100 | 0 | 0 | 111 | 10110010 | 101011 | 1010111 |
Color Harmonies of #CFECEB
Complementary color
Monochromatic Colors of #CFECEB
Black with #CFECEB
Text Example
Text Example
White with #CFECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECEB; }
p { color: rgb(207,236,235); }
H1.HeaderClassName
{
color: #CFECEB;
}
.AnyTagClassName
{
color: #CFECEB;
}
</style>
background-color css
<style>
a { background-color: #CFECEB; }
a { background-color: rgb(207,236,235); }
div.DivClassName
{
background-color: #CFECEB;
}
.BgClassName
{
background-color: #CFECEB;
}
</style>
border-color css
<style>
span { border-color: #CFECEB; }
span { border-color: rgb(207,236,235); }
td.TdClassName
{
border-color: #CFECEB;
}
.TagClassName
{
border-color: #CFECEB;
}
</style>