Shades of Oyster Bay #CFECF0
Tints of Oyster Bay #CFECF0
RGB
CMYK
RGB Variations
Color information
#CFECF0 (or 0xCFECF0) is known color: Oyster Bay. HEX triplet: CF, EC and F0. RGB value is (207,236,240). Sum of RGB (Red+Green+Blue) = 207+236+240=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF0 is #30130F. Grayscale: #E3E3E3. Windows color (decimal): -3150608 or 15789263. OLE color: 15789263.
HSL color Cylindrical-coordinate representation of color #CFECF0: hue angle of 187.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFECF0 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 236 | 240 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.06 |
| HSL | 187.27º | 0.52% | 0.88% | - |
| HSV(B) | 187.27º | 0.14% | 0.94% | - |
| XYZ | 71.46 | 79.55 | 94.03 | - |
| YUV | 227.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 240 | 0.14 | 0.02 | 0 | 0.06 | 187.27 | 0.52 | 0.88 |
| Hex | CF | EC | F0 | E | 2 | 0 | 6 | BB | 34 | 58 |
| Octal | 317 | 354 | 360 | 16 | 2 | 0 | 6 | 273 | 64 | 130 |
| Binary | 11001111 | 11101100 | 11110000 | 1110 | 10 | 0 | 110 | 10111011 | 110100 | 1011000 |
Color Harmonies of #CFECF0
Complementary color
Monochromatic Colors of #CFECF0
Black with #CFECF0
Text Example
Text Example
White with #CFECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECF0; }
p { color: rgb(207,236,240); }
H1.HeaderClassName
{
color: #CFECF0;
}
.AnyTagClassName
{
color: #CFECF0;
}
</style>
background-color css
<style>
a { background-color: #CFECF0; }
a { background-color: rgb(207,236,240); }
div.DivClassName
{
background-color: #CFECF0;
}
.BgClassName
{
background-color: #CFECF0;
}
</style>
border-color css
<style>
span { border-color: #CFECF0; }
span { border-color: rgb(207,236,240); }
td.TdClassName
{
border-color: #CFECF0;
}
.TagClassName
{
border-color: #CFECF0;
}
</style>