Shades of Oyster Bay #CFE9EC
Tints of Oyster Bay #CFE9EC
RGB
CMYK
RGB Variations
Color information
#CFE9EC (or 0xCFE9EC) is known color: Oyster Bay. HEX triplet: CF, E9 and EC. RGB value is (207,233,236). Sum of RGB (Red+Green+Blue) = 207+233+236=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9EC is #301613. Grayscale: #E1E1E1. Windows color (decimal): -3151380 or 15526351. OLE color: 15526351.
HSL color Cylindrical-coordinate representation of color #CFE9EC: hue angle of 186.21º 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 #CFE9EC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 233 | 236 | - |
CMYK | 0.12 | 0.01 | 0 | 0.07 |
HSL | 186.21º | 0.43% | 0.87% | - |
HSV(B) | 186.21º | 0.12% | 0.93% | - |
XYZ | 70.01 | 77.6 | 90.65 | - |
YUV | 225.57 | 133.89 | 114.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 233 | 236 | 0.12 | 0.01 | 0 | 0.07 | 186.21 | 0.43 | 0.87 |
Hex | CF | E9 | EC | C | 1 | 0 | 7 | BA | 2B | 57 |
Octal | 317 | 351 | 354 | 14 | 1 | 0 | 7 | 272 | 53 | 127 |
Binary | 11001111 | 11101001 | 11101100 | 1100 | 1 | 0 | 111 | 10111010 | 101011 | 1010111 |
Color Harmonies of #CFE9EC
Complementary color
Monochromatic Colors of #CFE9EC
Black with #CFE9EC
Text Example
Text Example
White with #CFE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9EC; }
p { color: rgb(207,233,236); }
H1.HeaderClassName
{
color: #CFE9EC;
}
.AnyTagClassName
{
color: #CFE9EC;
}
</style>
background-color css
<style>
a { background-color: #CFE9EC; }
a { background-color: rgb(207,233,236); }
div.DivClassName
{
background-color: #CFE9EC;
}
.BgClassName
{
background-color: #CFE9EC;
}
</style>
border-color css
<style>
span { border-color: #CFE9EC; }
span { border-color: rgb(207,233,236); }
td.TdClassName
{
border-color: #CFE9EC;
}
.TagClassName
{
border-color: #CFE9EC;
}
</style>