Shades of Oyster Bay #CFE6E9
Tints of Oyster Bay #CFE6E9
RGB
CMYK
RGB Variations
Color information
#CFE6E9 (or 0xCFE6E9) is known color: Oyster Bay. HEX triplet: CF, E6 and E9. RGB value is (207,230,233). Sum of RGB (Red+Green+Blue) = 207+230+233=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6E9 is #301916. Grayscale: #DFDFDF. Windows color (decimal): -3152151 or 15328975. OLE color: 15328975.
HSL color Cylindrical-coordinate representation of color #CFE6E9: hue angle of 186.92º 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 #CFE6E9 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 230 | 233 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.09 |
| HSL | 186.92º | 0.37% | 0.86% | - |
| HSV(B) | 186.92º | 0.11% | 0.91% | - |
| XYZ | 68.74 | 75.74 | 88.09 | - |
| YUV | 223.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 233 | 0.11 | 0.01 | 0 | 0.09 | 186.92 | 0.37 | 0.86 |
| Hex | CF | E6 | E9 | B | 1 | 0 | 9 | BB | 25 | 56 |
| Octal | 317 | 346 | 351 | 13 | 1 | 0 | 11 | 273 | 45 | 126 |
| Binary | 11001111 | 11100110 | 11101001 | 1011 | 1 | 0 | 1001 | 10111011 | 100101 | 1010110 |
Color Harmonies of #CFE6E9
Complementary color
Monochromatic Colors of #CFE6E9
Black with #CFE6E9
Text Example
Text Example
White with #CFE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6E9; }
p { color: rgb(207,230,233); }
H1.HeaderClassName
{
color: #CFE6E9;
}
.AnyTagClassName
{
color: #CFE6E9;
}
</style>
background-color css
<style>
a { background-color: #CFE6E9; }
a { background-color: rgb(207,230,233); }
div.DivClassName
{
background-color: #CFE6E9;
}
.BgClassName
{
background-color: #CFE6E9;
}
</style>
border-color css
<style>
span { border-color: #CFE6E9; }
span { border-color: rgb(207,230,233); }
td.TdClassName
{
border-color: #CFE6E9;
}
.TagClassName
{
border-color: #CFE6E9;
}
</style>