Shades of Oyster Bay #CFEEF2
Tints of Oyster Bay #CFEEF2
RGB
CMYK
RGB Variations
Color information
#CFEEF2 (or 0xCFEEF2) is known color: Oyster Bay. HEX triplet: CF, EE and F2. RGB value is (207,238,242). Sum of RGB (Red+Green+Blue) = 207+238+242=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEF2 is #30110D. Grayscale: #E5E5E5. Windows color (decimal): -3150094 or 15920847. OLE color: 15920847.
HSL color Cylindrical-coordinate representation of color #CFEEF2: hue angle of 186.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEEF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 238 | 242 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 186.86º | 0.57% | 0.88% | - |
| HSV(B) | 186.86º | 0.14% | 0.95% | - |
| XYZ | 72.33 | 80.83 | 95.79 | - |
| YUV | 229.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 242 | 0.14 | 0.02 | 0 | 0.05 | 186.86 | 0.57 | 0.88 |
| Hex | CF | EE | F2 | E | 2 | 0 | 5 | BB | 39 | 58 |
| Octal | 317 | 356 | 362 | 16 | 2 | 0 | 5 | 273 | 71 | 130 |
| Binary | 11001111 | 11101110 | 11110010 | 1110 | 10 | 0 | 101 | 10111011 | 111001 | 1011000 |
Color Harmonies of #CFEEF2
Complementary color
Monochromatic Colors of #CFEEF2
Black with #CFEEF2
Text Example
Text Example
White with #CFEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEF2; }
p { color: rgb(207,238,242); }
H1.HeaderClassName
{
color: #CFEEF2;
}
.AnyTagClassName
{
color: #CFEEF2;
}
</style>
background-color css
<style>
a { background-color: #CFEEF2; }
a { background-color: rgb(207,238,242); }
div.DivClassName
{
background-color: #CFEEF2;
}
.BgClassName
{
background-color: #CFEEF2;
}
</style>
border-color css
<style>
span { border-color: #CFEEF2; }
span { border-color: rgb(207,238,242); }
td.TdClassName
{
border-color: #CFEEF2;
}
.TagClassName
{
border-color: #CFEEF2;
}
</style>