Shades of Oyster Bay #CFEBEA
Tints of Oyster Bay #CFEBEA
RGB
CMYK
RGB Variations
Color information
#CFEBEA (or 0xCFEBEA) is known color: Oyster Bay. HEX triplet: CF, EB and EA. RGB value is (207,235,234). Sum of RGB (Red+Green+Blue) = 207+235+234=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBEA is #301415. Grayscale: #E2E2E2. Windows color (decimal): -3150870 or 15395791. OLE color: 15395791.
HSL color Cylindrical-coordinate representation of color #CFEBEA: hue angle of 177.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBEA is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 234 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.08 |
| HSL | 177.86º | 0.41% | 0.87% | - |
| HSV(B) | 177.86º | 0.12% | 0.92% | - |
| XYZ | 70.29 | 78.62 | 89.31 | - |
| YUV | 226.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 234 | 0.12 | 0 | 0.00 | 0.08 | 177.86 | 0.41 | 0.87 |
| Hex | CF | EB | EA | C | 0 | 0 | 8 | B2 | 29 | 57 |
| Octal | 317 | 353 | 352 | 14 | 0 | 0 | 10 | 262 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11101010 | 1100 | 0 | 0 | 1000 | 10110010 | 101001 | 1010111 |
Color Harmonies of #CFEBEA
Complementary color
Monochromatic Colors of #CFEBEA
Black with #CFEBEA
Text Example
Text Example
White with #CFEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBEA; }
p { color: rgb(207,235,234); }
H1.HeaderClassName
{
color: #CFEBEA;
}
.AnyTagClassName
{
color: #CFEBEA;
}
</style>
background-color css
<style>
a { background-color: #CFEBEA; }
a { background-color: rgb(207,235,234); }
div.DivClassName
{
background-color: #CFEBEA;
}
.BgClassName
{
background-color: #CFEBEA;
}
</style>
border-color css
<style>
span { border-color: #CFEBEA; }
span { border-color: rgb(207,235,234); }
td.TdClassName
{
border-color: #CFEBEA;
}
.TagClassName
{
border-color: #CFEBEA;
}
</style>