Shades of Oyster Bay #CFEBEE
Tints of Oyster Bay #CFEBEE
RGB
CMYK
RGB Variations
Color information
#CFEBEE (or 0xCFEBEE) is known color: Oyster Bay. HEX triplet: CF, EB and EE. RGB value is (207,235,238). Sum of RGB (Red+Green+Blue) = 207+235+238=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBEE is #301411. Grayscale: #E2E2E2. Windows color (decimal): -3150866 or 15657935. OLE color: 15657935.
HSL color Cylindrical-coordinate representation of color #CFEBEE: hue angle of 185.81º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEBEE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 235 | 238 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 185.81º | 0.48% | 0.87% | - |
| HSV(B) | 185.81º | 0.13% | 0.93% | - |
| XYZ | 70.87 | 78.86 | 92.37 | - |
| YUV | 226.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 238 | 0.13 | 0.01 | 0 | 0.07 | 185.81 | 0.48 | 0.87 |
| Hex | CF | EB | EE | D | 1 | 0 | 7 | BA | 30 | 57 |
| Octal | 317 | 353 | 356 | 15 | 1 | 0 | 7 | 272 | 60 | 127 |
| Binary | 11001111 | 11101011 | 11101110 | 1101 | 1 | 0 | 111 | 10111010 | 110000 | 1010111 |
Color Harmonies of #CFEBEE
Complementary color
Monochromatic Colors of #CFEBEE
Black with #CFEBEE
Text Example
Text Example
White with #CFEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBEE; }
p { color: rgb(207,235,238); }
H1.HeaderClassName
{
color: #CFEBEE;
}
.AnyTagClassName
{
color: #CFEBEE;
}
</style>
background-color css
<style>
a { background-color: #CFEBEE; }
a { background-color: rgb(207,235,238); }
div.DivClassName
{
background-color: #CFEBEE;
}
.BgClassName
{
background-color: #CFEBEE;
}
</style>
border-color css
<style>
span { border-color: #CFEBEE; }
span { border-color: rgb(207,235,238); }
td.TdClassName
{
border-color: #CFEBEE;
}
.TagClassName
{
border-color: #CFEBEE;
}
</style>