Shades of Oyster Bay #CFE9E9
Tints of Oyster Bay #CFE9E9
RGB
CMYK
RGB Variations
Color information
#CFE9E9 (or 0xCFE9E9) is known color: Oyster Bay. HEX triplet: CF, E9 and E9. RGB value is (207,233,233). Sum of RGB (Red+Green+Blue) = 207+233+233=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #CFE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9E9 is #301616. Grayscale: #E1E1E1. Windows color (decimal): -3151383 or 15329743. OLE color: 15329743.
HSL color Cylindrical-coordinate representation of color #CFE9E9: hue angle of 180º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9E9 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 233 | - |
| CMYK | 0.11 | 0 | 0 | 0.09 |
| HSL | 180º | 0.37% | 0.86% | - |
| HSV(B) | 180º | 0.11% | 0.91% | - |
| XYZ | 69.58 | 77.43 | 88.37 | - |
| YUV | 225.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 233 | 0.11 | 0 | 0 | 0.09 | 180 | 0.37 | 0.86 |
| Hex | CF | E9 | E9 | B | 0 | 0 | 9 | B4 | 25 | 56 |
| Octal | 317 | 351 | 351 | 13 | 0 | 0 | 11 | 264 | 45 | 126 |
| Binary | 11001111 | 11101001 | 11101001 | 1011 | 0 | 0 | 1001 | 10110100 | 100101 | 1010110 |
Color Harmonies of #CFE9E9
Complementary color
Monochromatic Colors of #CFE9E9
Black with #CFE9E9
Text Example
Text Example
White with #CFE9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9E9; }
p { color: rgb(207,233,233); }
H1.HeaderClassName
{
color: #CFE9E9;
}
.AnyTagClassName
{
color: #CFE9E9;
}
</style>
background-color css
<style>
a { background-color: #CFE9E9; }
a { background-color: rgb(207,233,233); }
div.DivClassName
{
background-color: #CFE9E9;
}
.BgClassName
{
background-color: #CFE9E9;
}
</style>
border-color css
<style>
span { border-color: #CFE9E9; }
span { border-color: rgb(207,233,233); }
td.TdClassName
{
border-color: #CFE9E9;
}
.TagClassName
{
border-color: #CFE9E9;
}
</style>